A Population index app made with Python and tkinter.
This project is a simple Population index app which shows the population of each country. It shows population of all countries from 1955 to 2020. This app needs some modules and library to be downloaded.
Project is created with:
- Python version: 3.8.3
- Tkinter version: 8.5
- requests version: 2.24.0
- bs4 version: 0.0.1
pip install tkinter
pip install requests
pip install bs4
python Population.py
pip install pyinstaller
- Open your cmd and change your directory to the .py file.
- Choose an Icon. Icon must be in .ico format.
- Type
pyinstaller -w -F -i (Your icon directory with file name) (filename.py)and hit enter. - Open the directory and go to Dist folder where you can find the App.
- MIT licensed. See the License file for full details.



