Skip to content

ATM application created using tkinter(python library for GUI)

Notifications You must be signed in to change notification settings

Vishi13/ATM-App

Repository files navigation

ATM-App

ATM application created using tkinter(python library for GUI)

About

It is a GUI application that provides function of ATM. Created using Tkinter(for GUI) and pymysql(for database) package of python.

Installation

REQUIREMENT:

  • Python 3
  • pymysql package
  • Database Server(like xampp server)

How to run

  • Create a database (name : atm)
  • Create two tables (1. atmdetails 2. ministmt)
  • Run the python program('atm') on idle and manage your bank accounts.

About

ATM application created using tkinter(python library for GUI)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages