Skip to content

A graphical-user interface based project. Creates an interactive calendar.

Notifications You must be signed in to change notification settings

divyajeettt/gui-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

gui-calendar

About gui-calendar

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

Footnotes

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.

Run

To run, clone the repository on your device, navigate to the folder, and execute:

python3 main.py

About

A graphical-user interface based project. Creates an interactive calendar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages