Skip to content

SubareeshKrishnan/Tkinter-Wikipedia-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tkinter Wikipedia App

Table of contents

General info

This project is a simple Wikipedia app with some added funtionalities.

Screenshot (8)

Technologies

Project is created with:

  • Python version: 3.8.3
  • Tkinter version: 8.5
  • Wikipedia Api version: 1.4.0

Setup

To run this project,

Install Tkinter

pip install tkinter

Install Wikipedia Api

pip install wikipedia

Customization

Customize the App according to your desire.

  • Add your languages to the dictionary in the python file.
  • Add your custom font.
  • Change the font size or increase it beyond the default limits.

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

Releases

No releases published

Packages

No packages published

Languages