https://github.com/aashwijat/what-to-watch
Movies / Series Selector - Automating Decision Making
https://github.com/aashwijat/what-to-watch
Last synced: about 2 months ago
JSON representation
Movies / Series Selector - Automating Decision Making
- Host: GitHub
- URL: https://github.com/aashwijat/what-to-watch
- Owner: aashwijat
- Created: 2024-01-14T12:27:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-14T12:39:57.000Z (over 1 year ago)
- Last Synced: 2025-01-30T22:29:10.291Z (4 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
14/01/2024
What-2-Watch : Movie and Series Selector
Implemented using Python, Tkinter and the Random module, with basic concepts of lists and Functions. This is a basic automation project to automate decision making. The What-To-Watch App allows users to Select Genre and obtain a randomly generated option from pre-defined lists. It also allows users to add new movies and shows into the list.
In future updates, this application can be further improved by connecting the source-code with an RDBMS and keeping a track on the status, i.e watch, watching and watched. Doing so would also ensure that the new options added in the 'To Watch' field is permanently stored in the relations.
I believe this project allowed me to test-waters with the basics of automation, while helping me strengthen my foundations in the same.



