Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.01 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.01 KB

Пояснительная записка

quizzycat Desktop

This is a desktop application for the quizzycat web app.

Made using PyQt5 for Yandex Academy Lyceum 2022.

The code isn't as good as I would like it to be, but I had to finish it in a week, so I had to make some compromises.

Installation

Download latest executable for your OS from releases.

Running from source

Setup

Windows:

git clone https://github.com/otomir23/quizzycat-desktop.git
cd quizzycat-desktop
python -m venv venv
venv\Scripts\activate.bat
pip install -r requirements.txt

MacOS/Linux:

git clone https://github.com/otomir23/quizzycat-desktop.git
cd quizzycat-desktop
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Run

python main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.