aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 3374bce8dca9b394eefd67514356c587121730a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Personality Test

This was my first year's end term university project. This is not necessarily complete or featurefull but it serves as an educational tool for students exploring new ideas or projects for themseleves.

This application presents a quiz containing 4 question that test your personality. It uses content from a Bright Side's video linked below.
[The Most Precise 4-question Peronality Test](https://www.youtube.com/watch?v=12-rsgTrhpI)
Please Note: The content used in this application are solely for educational purpose.

## Install

1. Clone this repository or download the source files on your local machine.
2. Install the required dependencies
    - `pillow`
    - `mariadb-connector`
    - `tkinter`

## Run

From the project's root folder, run the following command.
`python main.py`

Vallah! A nice looking application screen pops up.

## Known Bugs

The 'Show Records' screen only shows up when atleast one user has attemped the test.