"importable"?
As you can observe in the project, the aim is to keep everything modular.
Each functionality is established in a separate file and import them in main.py
But as I am not proficient with the Pillow library, I couldn't make it work well enough (or maybe I am just lazy).
Idea-
- Create a function in slideshow.py that can be imported
- When the function is called, then only the slideshow should play (now whenever we import the file, slideshow is played)
"importable"?
As you can observe in the project, the aim is to keep everything modular.
Each functionality is established in a separate file and import them in main.py
But as I am not proficient with the Pillow library, I couldn't make it work well enough (or maybe I am just lazy).
Idea-