I want to make a GUI application which manages my Database in MySQL. For example, If I click 'ADD CUSTOMER' it asks for customer details and adds those details to CUSTOMER table in MySQL. I would like to make desktop application of this kind. How can I do this?
You must be logged in to post. Please login or register an account.
Hi ! You may wanna use Mysql-python ( https://pypi.python.org/pypi/MySQL-python/ ) and Tkinter for the GUI ( https://wiki.python.org/moin/TkInter )
-Neolex 7 years ago
You must be logged in to post. Please login or register an account.