This project is a simple Wikipedia app with some added funtionalities.
Project is created with:
- Python version: 3.8.3
- Tkinter version: 8.5
- Wikipedia Api version: 1.4.0
pip install tkinter
pip install wikipedia
- 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.
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.