Skip to content

ghiati/Bankapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

Bank System

This is a simple console-based bank system implemented in Python. It allows users to perform various banking operations such as account creation, deposit, withdrawal, balance check, and transfer.

Directory Structure

BankApp/
│
├── bank_system.py            # Main script for the bank system
│
├── DataBase/                 # Directory containing database-related files
│   ├── __init__.py           # Empty initialization file
│   ├── BankDatabase.py       # Module for database connection and collections
│   ├── Insert_user.py        # Module for inserting user data into the database
│
└── user/                     # Directory containing user-related files
    ├── __init__.py           # Empty initialization file
    ├── user.py               # Module for defining user accounts

Usage

  1. Run bank_system.py to start the bank system console application.
  2. Follow the on-screen instructions to perform various banking operations.

Requirements

  • Python 3.x
  • MongoDB
  • pymongo library

How to Run

  1. Install Python 3.x on your system.
  2. Install MongoDB and make sure it's running on your local machine.
  3. Install the pymongo library using pip: pip install pymongo.
  4. Run bank_system.py using Python: python bank_system.py.

Thank U :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages