The project is built with the help of Tkinter GUI toolkit in python. The scripts for data analysis are written in python. The SRS_2019.pdf file contains all the insights to be generated from the datasets.
- Clone this repository on your local computer.
- cd to the cloned folder
- Install all the required packages using
pip install -r requirements.txt
- Change the path to excel datasets in python (.py) files.
- Make a database for the project using the playstore.sql dump file.
- Exceute the code after the above changes.
- After executing a Tkinter GUI window will be displayed with a list of features/insights about the study.
- Select one of the feature and you will be to see the result on the subsequent window.
- Exit the application after you have visited the desired features. Also, for modification of the code application needs to be closed completely.
- If you find that something can be modified to make the system efficient or some bug in the code, please let me know :).