Just a beginners Clock project
This was done by me to further learn how to utilize polymorphism within Object Oriented Programming to consturct multiple views that are on the same window within a modular manner. E.g: There are the same buttons formed at the left side of the screen to navigate through the app no matter what view I am on. Instead of copying and pasting its construction, it is instead constructed upon initialization.
You can fork this project to inspect this code if you want to learn something. You could also just download if it if you wanted to, but your OS has a better clock app that is probably already pre-isntalled.
- TTK Bootstrap (A fork of tkinter with prettier GuI)
- datetime
- playsound