Booking app for a camping using MySQL and Python
For now the static and templates folders are NOT in use. Future goals involve the use of flask framework and the above folders are created with that in mind.
INSTALLATION GUIDE: 1)Download the code 2)Open the dbconnect.py file and change the values to the correct ones in order to connect to your database 3)The code uses the following libraries: mysql.connector datetime tkinter csv os
You can download mysql.connector from this link: https://dev.mysql.com/downloads/connector/python/ Select your OS and install the library.
The other libraries are included with every standar installation of Python. 4)Run the app.py in any Python Interpreter and use the app :)