** Version 1.1.0
This is a project where we take the trends of usage of the programming language from 2015 to 2020
This project is temperoroy module based creation. And completely goes in command line If want to run the code clone or download it and take requirements.txt file and type the following command
Before using this command .
The modules in requirement.txt might be old from your timeline .So type the modules manually.
Or edit the file manually after cloning or downloading it .
Then remove the version from the requirement.txt
Ex -- pandas==1.2.1
and change it to
"pandas"
- Python
- Pandas (for data control)
- Pyscopg2 (Postgresql Database Connector)
- Matplotlib (For graph plotting)
- CSV DATA from Google Trends
- Postgresql
pip install -r "{path of the requirement.txt in double qoutes}"
The database table is exact copy of src\kjpcjs.csv that I have converted to postgresql Database using Import tool Present in the Postgresql PgAdmin v==4.26
- Line graph
- Bar Graphs
- Pie Charts
- Histogram
http://docs.docker.oeynet.com/toolbox/toolbox_install_windows/
https://www.docker.com/products/docker-desktop
To get Docker Image for this project type this in Terminal or CMD
#License && Copyright
© Harish , HK-Devs MIT LICENSE