gui-calendar is a simple graphical-user interface based project. It is pretty self-explanatory - creates and displays an interactive calendar.
Date of creation: April 02, 2021
This project makes the use of global
variables, however, it can still be used (and imported) as a Python module as it is protected by the
if __name__ == "__main__":
main()
syntax.
To run, clone the repository on your device, navigate to the folder, and execute:
python3 main.py