Developing executable desktop applications by using PyInstaller in Tkinter Python library

preview_player
Показать описание
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 .

Video tutorial on clock is here.

#windowappliation #exeFile #PyInstaller #application #plus2net #python #exeApplications
Рекомендации по теме
Комментарии
Автор

1.will it work with mySql as well ? ####
2. sometimes we have more then one file in folder so how can we create exe in that type of situation when dealing with folders and user or target machine has no database software and python?

techdata