Skip to content

Adityesh1962/Bank_gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Banking System Application

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.

Features

  • 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.

Getting Started

Prerequisites

  • Python 3.x
  • Tkinter library (usually comes pre-installed with Python)

Installation

  1. Clone the repository:

    git clone https://github.com/Adityesh1962/Banking-System-using-Tkinter.git
  2. Navigate to the project directory:

    cd Banking-System-using-Tkinter/src
  3. Run the application:

    python3 GUI_Project.py

Contribution Guidelines

We welcome contributions to improve this project. To contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
  3. Make your changes and commit them with clear and descriptive messages.
  4. Push your changes to your forked repository:
    git push origin feature-name
  5. Create a pull request describing your changes.

Code of Conduct

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!

Contact

For any questions or suggestions, please open an issue or contact the project maintainer.

License

This project is licensed under the Apache-2.0 license. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages