SlideshowMemories is another slideshow program written in Python. It is designed to be simple and easy to use, but also have some advanced features like a web interface and a database.
It has been created to display family memories on a Raspberry Pi with an external screen, displaying every picture inside the pictures/
folder. It can also display the location of the picture using an API (positionstack).
Everything should work without any setup (except installing dependencies), but you can also configure it to your needs.
- Slideshow using tkinter โค A lite but powerful slideshow to show your pictures
- Web interface in flask โค A web interface to display info and control the slideshow
- Location API โค Get the location of the picture shown using an API
- Database in sqlite โค A database to store pictures and their location (and more in the future)
- Configuration โค You can configure the slideshow to your needs within the code (simple methods arguments)
Soon, a new module will be added to watch for USB drives plugged in and automatically load pictures for the slideshow.
git clone https://github.com/QuentiumYT/SlideshowMemories.git
cd SlideshowMemories/
pip install -r requirements.txt
python main.py
Copy the .env.example file to .env and fill it with your values.
๐ฉ A config file is planned to be added soon.
Later :) You can check the code, it is documented.
Pull requests are welcome and please report any issues you find in issues. For major changes, please open an issue first to discuss what you would like to change or create a new branch.
Please make sure to test your suggestions before committing.
Quentin L.
- Website: quentium.fr
- Twitter: @QuentiumYT
- Contact: Mail
Please โฐ this repository if this project helped you!
Made with โค by QuentiumYT