Skip to content

Commit 7030ecf

Browse files
Update README.md
1 parent 5ae4ffa commit 7030ecf

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,44 @@
1+
### README
2+
13
# Bank-Account-Management-System
4+
25
This repository contains a Python-based Bank Account Management System with a Tkinter GUI. It allows users to create, delete, and manage bank accounts, perform transactions, and handle admin functionalities. The system ensures data validation and secure operations.
6+
7+
## Features
8+
9+
- Create and delete customer and admin accounts
10+
- Deposit and withdraw money
11+
- Change PIN
12+
- View account summary
13+
- Secure login for admins and customers
14+
- Data validation for inputs
15+
16+
## Requirements
17+
18+
- Python 3.x
19+
- Tkinter
20+
21+
## Installation
22+
23+
1. Clone the repository:
24+
```bash
25+
git clone https://github.com/SagarBiswas-MultiHAT/Bank-Account-Management-System.git
26+
```
27+
2. Navigate to the project directory:
28+
```bash
29+
cd Bank-Account-Management-System
30+
```
31+
3. Run the main project file:
32+
```bash
33+
python mainProject.py
34+
```
35+
36+
## Usage
37+
38+
1. Launch the application.
39+
2. Select your role (Employee or Customer).
40+
3. Follow the on-screen instructions to perform various operations.
41+
42+
## Contributing
43+
44+
Contributions are welcome! Please fork the repository and submit a pull request.

0 commit comments

Comments
 (0)