Welcome to the Banking System Application! This project provides a graphical interface for managing bank accounts, allowing users to create accounts, log in to existing accounts, and perform various transactions.
- Account Creation: Create a new bank account by providing necessary details such as name, phone number, address, and initial deposit.
- Account Login: Log in to an existing account using the account number, phone number, and name.
- Deposit: Deposit money into your bank account.
- Withdraw: Withdraw money from your bank account.
- Check Balance: View detailed account information including the name, account number, phone number, address, and current balance.
- User-Friendly Interface: A graphical interface built using Tkinter, designed to be intuitive and easy to use.
- Fullscreen Mode: The application opens in fullscreen mode for better user experience.
- Python 3.x
- Tkinter library (usually comes pre-installed with Python)
-
Clone the repository:
git clone https://github.com/Adityesh1962/Banking-System-using-Tkinter.git
-
Navigate to the project directory:
cd Banking-System-using-Tkinter/src
-
Run the application:
python3 GUI_Project.py
We welcome contributions to improve this project. To contribute, please follow these guidelines:
- Fork the repository.
- Create a new branch for your feature or bugfix:
git checkout -b feature-name
- Make your changes and commit them with clear and descriptive messages.
- Push your changes to your forked repository:
git push origin feature-name
- Create a pull request describing your changes.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
Thank you for contributing!
For any questions or suggestions, please open an issue or contact the project maintainer.
This project is licensed under the Apache-2.0 license. See the LICENSE file for more details.