Skip to content

DEVAGURU2K/python-banking-project-with-mysql-database-and-using-tkinter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

python-banking-project-with-mysql-database-and-using-tkinter

python banking project with tkinter and mysql database connection #step by step guide to run the complete project

install database mysql

here is link on installation https://www.sqlshack.com/how-to-install-mysql-database-server-8-0-19-on-windows-10/ after installation open mysql by providing your userid and password like in code there is my userid and password

now create database by running query

Create DB so

now make all the table emp3

+---------+-------------+------+-----+---------+-------+ | Field | Type | Null | Key | Default | Extra | +---------+-------------+------+-----+---------+-------+ | name | varchar(20) | YES | | NULL | | | amount | int(11) | YES | | NULL | | | account | int(11) | YES | | NULL | | | ifsc | int(11) | YES | | NULL | | +---------+-------------+------+-----+---------+-------+ now afte this everything will be run easily if still you have doubt please ask me query i will help

About

python banking project with tkinter and mysql database connection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%