Skip to content

Vishnu8989/MYSQL-Database-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MYSQL-Database-Viewer MYSQL

It is a simple tool to view the content of a MySQL-Database.
The app let you view your tables from database depending on the user configuration.
It was build using TKinter and Python.


GitHub last commit GitHub issues GitHub forks GitHub stars GitHub code size in bytes GitHub license Twitter


How to Install and Run the Project


Required Libraries

  1. TKinter
  2. Python
  3. MySQL
  4. Pandas

First, you can install the required libraries by running the following command in your command prompt:

pip install tk
pip install mysql
pip install pandas

You can get more information abut getting code from here:
Cloning a repository

Now you can run the app by running the following command:

python mysql_database_viewer.py

How to Use the Project


Before Running the code for first time you need to change the folling line of code in mysql_database_viewer.py file:

database = "sakila"
table = "sales_by_film_category"
// Above details are predefined databse,table in MySQL so no need to change it
host = "localhost"          //Most likely remain the same
user = "studentadmin"       //Change this to your username
password = "8989"           //Change this to your password

You are good to go from here


Future Plan


This was just a simple project to view the content of a MySQL-Database. But actual plan was to make a database management system which can be used to manage the database. Lets see if we can make it or not :). If You Get any error please run in vsCode.


Demo Images



About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages