You are on page 1of 6

PYTHON PROJECT

Pre Submission Report on


ATM Management System Using Python

School of Computer Science & Engineering


Lovely Professional University
SUBMITTED BY SUBMITTED TO

Name :- HARJEET KAUR


Aditya Maurya [12111469]
Hema Sri p [12112509]
Design a
ATM Management System
using python.
INTRODUCTION :-

In this project we are designing a GUI application for ATM Management system using python programming
language
 The ATM management system will help the user in many ways :--
check their balance
Change ATM pin
Modules / Tools

For designing ATM management system we are going to use python libraries.

1:- Tkinter :
Tkinter is the standard GUI library for Python. Python when combined with Tkinter
provides a fast and easy way to create GUI applications. Tkinter provides a powerful
object-oriented interface to the Tk GUI toolkit.
Creating a GUI application using Tkinter is an easy task.
2:-Math :
The math module is used to access mathematical functions in the Python. All methods of this
functions are used for integer or real type objects, not for complex numbers.
To use this module, we should import that module into our code.

import math
Work Division :-

Aditya Maurya:- Pre submission report and the frontend GUI using Tkinter .This interface will take all the
inputs like pin ,old pin, new pin ,etc.
Hema Sri p :- Report of the project and hard copy , logic building in main frame and options of the ATM
interface.
Viyyapu Tanuja :-

You might also like