licence_software_test_app
Make sure you set your database values in a .env file to the folder.
- Install MYSQL connector:
pip install mysql-connector-python
- Install Tkinter:
pip install tk
- Install Dotenv:
pip install python-dotenv
pyinstaller --onefile loader.py
to create an exe file.
Run the loader.py script or use pyinstaller and run: MAKE SURE YOU SETUP THE WEB APP AND POPULATE THE DATABASE BEFORE TRYING TO LOGIN TO THE LOADER