Python Project for Beginners -- PDF Viewer App

preview_player
Показать описание
In this video, we will create a simple pdf file viewing application. We use tkinter, python and tkPDFViewer to build this project. This project is intended for python beginners.

To install tkinter, go to terminal and type:
pip install tk

To install tkPDFViewer, go to terminal and type:
pip install tkPDFViewer

To install pyinstaller, go to terminal and type:
pip install pyinstaller

To convert the python file (.py) to executable file(.exe), go to terminal and type:

You will find the .exe file in the "dist" folder inside of your python project folder.
Рекомендации по теме