-
Notifications
You must be signed in to change notification settings - Fork 5
Make slideshow importable #3
Copy link
Copy link
Open
Labels
Description
"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)
Reactions are currently unavailable