Skip to content

Commit 1344a85

Browse files
Update README.md
1 parent 043f756 commit 1344a85

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,12 @@
1-
# ATM_mini_project
1+
# ATM_mini_project
2+
3+
this is mini project in python.
4+
1. Project files details.
5+
* this project have only 3 files. 1. atm python file, 2. acounts data handling csv file, 3. transactions data handling csv file.
6+
* python file have code for atm operation.
7+
* accounts file for holding customer details.
8+
* transaction file for handling transactions made by customers.
9+
2. How it works actually?
10+
* first you have to login in your acount by valid username and password.
11+
* next you can see three options 1.Deposit, 2.Withdraw, 3.List transaction, then you can choose any action.
12+
* if you made any transaction, it will be save on file. then you can see what transactions you made.

0 commit comments

Comments
 (0)