
Project Description
This is an application of my not complated archieve from my highschool years:) I made this quiz application for students of my middle school to improve their vocabulary skills. But, it's mysql server provider have stopped giving free mysql databases. So, this application can't connecting to database anymore. In this way, we cant login or register, for now it is just a GUI application. I just uploaded it because it's my first PyQt5 app and (I believe) it has beautiful GUI.
Application Screenshots
Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
Requirments
To run the project, you will need the following:
- Python 3.x
- Required libraries (listed below)
- PyQt5
- mysql-connector-pyt
Installation
If you prefer to use the precompiled executable without installation, you can skip the setup and run the main.exe file directly.
Follow these steps to install the required libraries:
-
Clone this project:
sh git clone https://github.com/umutcanekinci/quest-killer.git cd quest-killer
-
Create a virtual environment:
sh python -m venv venv source venv/bin/activate # If you are using Windows: venv\Scripts\activate
-
Install the required packages:
sh pip install -r requirements.txt
Running the
To start the , use the following command:
python __main__.py
Contributing
If you would like to contribute, please follow these steps:
-
Fork this repository (click the Fork button at the top right).
-
Clone your forked repository locally:
git clone https://github.com/umutcanekinci/quest-killer.git
cd quest-killer
- Create a new branch (e.g., feature/new-feature):
git checkout -b feature/yenilik
- Make your changes and commit them:
git commit -am 'Yeni özellik ekledim'
- Push your changes to your branch on GitHub:
git push origin feature/yenilik
- Create a pull request.
Authors
Umutcan Ekinci - Developer
See also the list of contributors who participated in this project.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Contact
For questions or suggestions, feel free to contact me at umutcannekinci@gmail.com.