The Bank Management Project is a Python-based application that uses text files as a database. The application is designed to help bank administrators manage customer accounts, create and delete admin and customer accounts, and view customer account details. The project uses the following Python modules: os, tkinter, and datetime.
- Installation
- Usage
- Contributing
- Credits
- License
To install the Bank Management Project, follow these steps:
Install Python on your computer. Download the project code from the repository. Install the required modules by running the following command:
- pip install tkinter datetime
To use the Bank Management Project, follow these steps:
Open the command prompt and navigate to the project directory.
- Run the following command to start the application: python DarkX Bank.py
- The application will launch, and you will be prompted to log in as an admin or a customer.
- If you log in as an admin, you can create and delete admin and customer accounts, as well as view customer account details.
- If you log in as a customer, you can deposit, withdraw, check the balance, change the PIN, and close the account.
Contributions to the Bank Management Project are welcome. If you would like to contribute, please follow these steps:
- Fork the project repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your forked repository.
- Submit a pull request to the project repository.
The Bank Management Project was developed by Abhay Kumar
The Bank Management Project is released under the MIT LICENSE