python banking project with tkinter and mysql database connection #step by step guide to run the complete project
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
Create DB so
+---------+-------------+------+-----+---------+-------+ | 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