Skip to content

The worst quiz app you can find. Made for Yandex Academy Lyceum 2022 (solo)

License

Notifications You must be signed in to change notification settings

otomir23/quizzycat-desktop

Repository files navigation

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

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.