Golf manager is a CLI and GUI application that helps you manage your fictional golf empire.
It uses OOP principles to create the different models and uses tkinter
for the GUI.
Wanted to learn more about Golf and was in the mood for some python
.
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of
python
andtkinter
.
To install golf-manager, follow these steps:
git clone https://github.com/2kabhishek/golf-manager
cd golf-manager
To run the CLI version run golf_manager.py To run the GUI version run golf_manager_gui.py The data is stored in the data directory.
golf-manager was built using python
and tkinter
.
Figuring out the structure and design of the application was a challenge.
- Explored OOP in depth using Python.
- Used
tkinter
to create the GUI. - Created custom switch in python.
Hit the β button if you found this useful.