This is a Python-based Micro Banking System that allows users to manage their bank accounts efficiently. It provides basic banking functionalities such as creating accounts, depositing and withdrawing money, checking balances, and viewing transaction history. The system is designed to be simple, interactive, and beginner-friendly.
Create and manage bank accounts. Deposit and withdraw money safely. Check account balance at any time. Maintain transaction history for each account. Simple console-based interface for ease of use.
Python 3.x Standard Python libraries (datetime, os, pickle)
Clone the repository:
git clone https://github.com/RajeshwarShingade/micro-banking-system-RajeshwarShingade-projects-0006