I scripted a python script, with the help of this you can find out that how much a Programming language is popular in 2019.
StackOverFlow: https://insights.stackoverflow.com/survey/2019
- It can do a lot of cool things, some of them being:
- Findout which language is most popular or least popular
- Compare popularity of two or more languages
- Findout most emerging language
- First clone the repo
- Make a new python environment If you are using anaconda just type conda create -n jarvis python==3.8.5 in anaconda prompt
- Activate the environment.
- Navigate to the directory of your project
- Install all the requirements by just hitting pip install -r requirements.txt
- Run the program by python main.py
- Run line.py for line plot
- Run bar.py for bar plot
- Run pie.py for pie chart plot
- Enjoy !!!!
This project is licensed under MIT License 2022 vikas bhadu
- Can extract more meaning plot
- More functionalities can be added




