You are on page 1of 15

Computer Investigatory Project File

Usage of Python in day-to-day


life

Academic Session: 2022-23


Submitted to: Sushmita
Submitted by: Danyl Bince
Class and Section: XI A
Roll Number: 11121
Affiliated to Central Board of Secondary Education
Affiliation Number 830395, School Code – 45302

Certificate
This project entitled “To investigate the usage of python in day-to-day life

using simple codes”, is the investigatory project work in Chemistry,

successfully completed by Master/Miss “Danyl”, student of Class “XI” Section

“A”, New Horizon Gurukul, Bengaluru, with SSCE Roll No. 11121 under the

supervision of Mr/Ms “Sushmita (Computer teacher)” for the partial

fulfillment of requirements for the course completion in pursuance of SSCE

2022-23.

Date: …………….

…………………..
……………….
Teacher Incharge Principal

……………………….
External Examiner School
Stamp

Contents

Computer Investigatory Project File............................................

Introduction..................................................................................

Coding.............................................................................................

Output..............................................................................................

Conclusion.....................................................................................

Reference.......................................Error! Bookmark not defined.


Introduction

Objective
I chose to make an ATM machine, as of now there exists lack of functions in
the system. This application deals with a vast volume of data which the user
has to insert with the help of the user interface part of the program and it is
made sure that the data gets directly stored into the database. Thus, the
program consists of 2 main parts - the GUI (graphic user interface), built with
the help of the tkinter package in python and the part wherein the data
inputted by the user is stored and retrieved with the help of MySQL. The GUI
makes the project more attractive when compared to the classic run time
print statement UI. The windows designed to capture the user’s attention and
ease the burden on the employees of the clinic.
Advantages
The program helps to ease the pressure from standing in long
queue. It's easy understandable, easily accessible and is easy to alter
because it's mutable. Thus, saves the time and effort to check the
bank related details. This also reduces the work load and number of
workers needed.

Purposes

The program helps in keeping a well-maintained registry of all the


users who have registered an account in this NEW AGE ATM. It helps
to accept, display, delete and update a customer’s details – thereby
covering all the important and relevant fields required. It's easily
comprehensible, and hence anyone and everyone can use it.
Modules

This project consists of three parts namely-


(a) Deposition:-This function of the ATM allows you to
deposit a total of 10k of worth in your bank. This limit
increases as and when you use your account.

(b) Withdrawal:- This function of the ATM allows you to


withdraw as much as money you want leaving some
balance in the bank.

(c) Changing the password:- Using this function you can


change the password of your ATM account.
Coding
Output
Output for withdrawal of money –
Output for depositing of money in the bank –
Output for changing password of the account –
Conclusion
Summary
To conclude, I would like to say that New Age ATM is a good
ATM for bank related services. It caters to all the
requirements an ATM has got. It covers all the important
aspects and details such a program needs to have. It has all
the features necessary such the accept function, display
function, delete function and update function. Not just that, it
is very user friendly and easy to understand too. The
program can be used by different users based on their needs.

Future scope
The society and the world are progressing, so is technology
and as time passes, technology will just keep getting better
and better. Hence, the future ahead is bright one. With such
changes, the scope for improvement in all these fields is vast.
So, with better technology I believe that this program could
improve so much that this program will stay relevant as long
as an ATM exist.
Reference
1.The computer textbook provided to us –
Computer Science with Python (Class 11) by
Sumitra Arora
2.w3schools.com/Python
3.Stackoverflow.com
4.Geekpills.com
5.Geeksforgeeks.com
6.Tutorialspoint.com

You might also like