1
0
Fork 0
mirror of https://github.com/dbarzin/pandora-box.git synced 2025-07-19 05:19:40 +02:00
pandora-box/tests
2023-03-23 14:21:35 +01:00
..
detect-usb.py code quality 2023-02-25 19:03:34 +01:00
image1.png work in progress 2022-06-26 22:10:20 +02:00
image2.png work in progress 2022-06-26 22:10:20 +02:00
images.py code quality 2023-02-25 18:59:41 +01:00
loop.py remove blink cursor 2023-03-05 13:12:19 +01:00
mouse-click-or-key.py code quality 2023-03-23 14:21:35 +01:00
mouse-click.py code quality 2023-02-25 18:59:41 +01:00
progress-bar.py code quality 2023-02-25 18:59:41 +01:00
README.md work in progress 2022-07-14 13:28:22 +02:00
scan.py reformating 2022-06-11 21:06:59 +02:00
screen.py reformating 2022-06-11 21:06:59 +02:00
slideshow.py code quality 2023-02-25 18:59:41 +01:00
states.py code quality 2023-02-25 18:59:41 +01:00
thread.py add threading 2023-03-04 17:51:50 +01:00
wait-key.py work on wait key 2023-03-14 15:04:30 +01:00

Pandora-box Tests

This folder contains pandora-box basic function tests :

  • scan.py : scan a file with pandora API
  • detect-usb.py : detect the insertion and removal of USB key
  • images.py : display an image on the console
  • loop.py : a loop between two images waiting for mouse click
  • slideshow.py : an other loop between two images waiting for mouse click
  • mouse-click.py : detect mouse click
  • screen.py : print pandora-box logo using curses
  • progress-bar.py : progres bar using curses