Developing executable desktop applications by using PyInstaller in Tkinter Python library

Published: 14 September 2021
on channel: plus2net
769
11

We need to install PyInstaller, we can use
pip install Pyinstaller
After installing we will use Command Prompt and run Python by visiting the directory where our Python file is located.
We can use SQLite , the file based database library to use along with Python to create executable application.
Showing changing time clock using executable file.

Source code for the clock is available here .
https://www.plus2net.com/python/tkint...

Video tutorial on clock is here.
   • Tkinter GUI displaying real time cloc...  

#windowappliation #exeFile #PyInstaller #application #plus2net #python #exeApplications