A small Python application I created for an exam, serving as a management tool for creating and booking teams to specific bike lanes with CRUD operations. It was built using SQLAlchemy for the database and Tkinter for the GUI.
How to install and run the application
- Clone the repo
git clone https://github.com/Albert-Bruun-Thomsen/S2-eksamen-python-TopBike.git
cd S2-eksamen-python-TopBike- Install requirements
pip install -r requirements.txt- Run the application
python topbike_gui.pyThis project is licensed under the MIT license.