What's Changed
- Add Photo File Name when pausing + Cleanup by @AnthonyN3 in #17
- add icon to executable and gui window by @AnthonyN3 in #18
Full Changelog: v2.2.0...v2.2.1
How To Run
- Download executable
- Create a folder called
photosand populate that folder with images - Make sure both the executable and photos folder are in the same folder/directory
- Run Executable:
Windows:double click the .exe or runsimpler-slideshow-x.x.x-win.exein your cmdLinux:run./simpler-slideshow-x.x.x-linux.outin your terminal
Notes
- Type
--helpor-hin the command line to see the available options- ie:
./simpler-slideshow-x.x.x-linux-arm64.out --help
- ie:
Executable Info
Info on what version / OS / hardware these were run on
simpler-slideshow-2.2.0-win-x64.exe- OS: Windows 11
- Python Ver: 3.12.6
- Pyinstaller Ver: 6.13.0
- Cmd: pyinstaller --onefile --icon=icon.ico --add-data "icon.png;." main.py
simpler-slideshow-2.2.0-linux-arm64.out- Device: Raspberry Pi 4
- OS: Raspian GNU/Linux 10 (buster)
- Python Ver: 3.7.3
- Pyinstaller Ver: 5.0
- Cmd: python3 -m PyInstaller --onefile --add-data "icon.png:." --hidden-import=PIL._tkinter_finder main.py
simpler-slideshow-2.2.0-linux-x64.out- OS: Ubuntu WSL
- Python Ver: 3.12.3
- Pyinstaller Ver: 6.13.0
- Cmd: pyinstaller --onefile --add-data "icon.png:." main.py
- Note: Wasn't able to test if this worked