2022-07-14 13:28:22 +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
|
2023-03-23 17:13:05 +01:00
|
|
|
- mouse-click-or-key.py : detect a mouse click or enter on keyboard
|
|
|
|
|