Skip to content

2.2.1

Latest

Choose a tag to compare

@AnthonyN3 AnthonyN3 released this 18 May 04:40
· 3 commits to main since this release
8a3e06e

What's Changed

Full Changelog: v2.2.0...v2.2.1

How To Run

  • Download executable
  • Create a folder called photos and 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 run simpler-slideshow-x.x.x-win.exe in your cmd
    • Linux: run ./simpler-slideshow-x.x.x-linux.out in your terminal

Notes

  • Type --help or -h in the command line to see the available options
    • ie: ./simpler-slideshow-x.x.x-linux-arm64.out --help

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