Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 957 Bytes

File metadata and controls

24 lines (21 loc) · 957 Bytes

UserScore app

UserScore is a simple scoring application in the Windows system using PostgreSQL database and PySide6 module for Qt

Requirements

Windows 10, 11
Python >= 3.9
PostgreSQL

Installation and running

  1. 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
  2. In the settings.ini file, set the database name, user, password, host and port (if necessary) without quotes
  3. To launch the application, just run it in the base directory main.py
python main.py
  1. 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

Screenshot

image image