A simple Python project that simulates basic banking operations such as account creation, deposit, withdrawal, balance inquiry, and transaction history. It demonstrates the use of object-oriented programming (OOP) concepts like classes, objects, and encapsulation to manage multiple user accounts efficiently.