Skip to content

A Population index app made with Python and tkinter. This app needs some scripts to be downloaded. It shows population of all countries from 1955 to 2020.

License

Notifications You must be signed in to change notification settings

SubareeshKrishnan/Tkinter-Population-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tkinter-Population-App

A Population index app made with Python and tkinter.

Table of contents

General info

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.

Pop

Screenshot (10)

Screenshot (11)

Screenshot (12)

Technologies

Project is created with:

  • Python version: 3.8.3
  • Tkinter version: 8.5
  • requests version: 2.24.0
  • bs4 version: 0.0.1

Setup

To run this project,

Install Tkinter

pip install tkinter

Install requests module

pip install requests

Install bs4 library

pip install bs4

Run using cmd

python Population.py

.py to .exe

Convert .py file to .exe file

Install the pyinstaller module

  • pip install pyinstaller

Instructions

  • 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.

License

  • MIT licensed. See the License file for full details.

About

A Population index app made with Python and tkinter. This app needs some scripts to be downloaded. It shows population of all countries from 1955 to 2020.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages