UserScore is a simple scoring application in the Windows system using PostgreSQL database and PySide6 module for Qt
Windows 10, 11
Python >= 3.9
PostgreSQL
- To install the project, you need to create a python virtual environment with libraries from requirements.txt and connect the PostgreSQL database from the project directory
- In the settings.ini file, set the database name, user, password, host and port (if necessary) without quotes
- To launch the application, just run it in the base directory main.py
python main.py
- Before start working with the application, go to the edit user tab and create users\
To change the form of the app, use the command
pyside6-designer