ATM GUI with mysql database coded with tkinter python
This allows the user the register and login to access the ATM where the user can deposit,withdraw and check his balance The data of every user and will be stored in the Mysql database
- Python 3.X
- Pillow should be insatlled on your system (pip install Pillow)
- Mysql should be installed on your system
- Place the python file in the image folder and run the program
- Database : payrealx
- Table : payrealbank
- for the program to run successfully open the code and change
enter your mysql password
to the password of your mysql system password
- Python
- Bhaskar Pal - Initial Work - bhaskarpal
- This project is licensed under the MIT License - see the LICENSE.md file for details
- Base code created by the help of CodeFoxx Youtuber