Coder Social home page Coder Social logo

lunaticprakash / banking-management-system Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 2.0 649 KB

I've tried to implement banking system to some extent using Python3. It's only works in cmd/terminal mode. Just made this as a warm-up project for practicing Python and MySQL.

Python 100.00%
banking mysql sms-banking twilio transaction banking-management database python-sms twilio-sms-api banking-system

banking-management-system's Introduction

Banking-Management-System

I've tried to implement banking system to some extent using Python3. It's only works in cmd/terminal mode. Just made this as a warm-up project for practicing Python and MySQL.

Requirements :-

  • Python3
  • Twilio
  • MySQL
  • (Optional) Internet connection (either slow or fast) - It is used only for sending sms to customer mobile number.

Other Python Modules : -

  • Tabulate
  • Playsound

How to install Requirements :-

  1. Python3 can be installed from their official site https://www.python.org/ . Or you can use anaconda environment.

  2. Twilio can be installed using PIP :-

pip3 install twilio
  1. You can install MySQL by following the procedure mentioned in official documentation on : -

Yeah, you should refer to youtube or stackoverflow for its installation XD.

  1. Playsound can be installed using PIP :-
pip3 install playsound

Description & Features :-

  • This project includes implementation of some of common task of Banking-System.
  • SMS Banking also available. You'll be notified every time any transaction(deposit/withdraw) or update in any of your existing data is made.
  • Currency counting sound and error sound are also available.

Getting Started :-

  • Admin credentials (You can change it in program)
    admin_id = 0000
    admin_passwd = 'root'

  • Start your MySQL server : For windows -> C:\> "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqld"
    For Linux -> sudo systemctl start mysql

  • (Optional) You can check your MySQL server :
    For windows - "C:\Program Files\MySQL\MySQL Server 8.0\bin\mysqlshow" -u root mysql
    For Linux - "sudo mysql -u <username> -p"
    It might ask you for password, then enter your MySQL password. Replace < username > with your MySQL username.

  • Go login at Twilio Console and set up your account and get your credentials(ACCOUNT_SID, AUTH_TOKEN) and a phone number for sending sms. For more info you can look at :- Twilio Python SMS

    Once you get your credentials and twilio mobile number place it in code at proper place(shown in below screenshot)

    twilio-token-ss
    twilio-mobile-ss

  • Run the file by typing following command :-

python3 Banking-Management-System.py
  • Intially after program runs, it will ask you for hostname, username, password, database name.
    Enter hostname = localhost and database name = bank_db
    Enter username and password according to your own MySQL credentials
    Then just go with the flow...

Output :-

  1. Login Panel - This is the first screen you'll see.

Output-1

  1. After admin login :

Output-2

  1. After customer login :

Output-3

  1. Transaction Menu - When customer selects Transaction and Deposit Money :

Output-4

  1. Transaction Menu - When customer selects Transaction and Withdraw Money :

Output-5

  1. When admin opens all customer details :

Output-6

  1. When admin opens all transaction details :

Output-7

  1. SMS-Banking messages :

Output-8

Dev :- Prakash Gupta

banking-management-system's People

Contributors

lunaticprakash avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

banking-management-system's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.