Skip to content

li812/Create-mysql-Database-in-python-tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Create-mysql-Database-in-python-tkinter

Python tkinter program to create mysql database. Python needs a MySQL driver to access the MySQL database. I recommend that you use PIP to install "MySQL Connector". PIP is most likely already installed in your Python environment. If not install pip from https://pypi.org/project/pip/ To install "MySQL Connector" run this command :

pip install mysql-connector-python

About

Python tkinter program to create mysql database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages