Skip to content

Latest commit

 

History

History
71 lines (49 loc) · 1.59 KB

File metadata and controls

71 lines (49 loc) · 1.59 KB

🏦 Bank System Project

A simple and efficient mini bank management system built with Python.

Python License

🌐 Live Demo

Visit the live application: Bank System App

Open in Streamlit

✨ Features

  • 💳 Create and manage bank accounts
  • 💰 Deposit and withdraw money
  • 💸 Transfer funds between accounts
  • 📊 Check account balance
  • 📋 View transaction history
  • 🔐 Secure account management

🚀 Installation

# Clone the repository
git clone https://github.com/Sayedcodes/Bank-System-Project.git
cd Bank-System-Project

# Install dependencies
pip install -r requirements.txt

# Run the application
python Bank_System_Project.py

💻 Usage

Run the program and follow the menu:

🏦 MINI BANK SYSTEM
─────────────────────
1. Create Account
2. Deposit Money
3. Withdraw Money
4. Check Balance
5. Transaction History
6. Exit
─────────────────────
Enter choice: 

🛠️ Technologies

  • Python 3.7+
  • File I/O for data storage
  • Object-Oriented Programming

👨‍💻 Author

Sayedcodes

📝 License

This project is licensed under the MIT License.


⭐ Star this repo if you find it helpful!