Windows application to Connect to MySQL database using Python Tkinter and PyInstaller

preview_player
Показать описание
We will create one application which can run in windows platform to connect to MySQL database. To connect , user has to enter host address , database name, userid and password through Tkinter entry boxes.

The source code for the application is available here.

Part 1 on how to develop the source code is here

Using the command prompt it was navigated to the location file where source code is available. Then the PyInstaller is used to create the exe file.

#developingApplication #exefile #mysqlconnectorApplication #windowApplication #pythonToExe #windows #databaseconnection #tkinter #plus2net #string
Рекомендации по теме
Комментарии
Автор

My program has a error when load Mysql library, I don't know what to do.

enzoazevedo