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
2022-07-25 01:00:07 +02:00
..
detect-usb.py add logs 2022-06-12 11:14:38 +02: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 work in progress 2022-06-28 09:53:22 +00:00
loop.py animations and fix some bugs 2022-07-25 01:00:07 +02:00
mouse-click.py work on mouse click 2022-07-14 14:00:37 +02:00
progress-bar.py work in progress 2022-06-12 12:50:04 +02: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 animations and fix some bugs 2022-07-25 01:00:07 +02: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