Skip to content

valenciarichards/simple-banking-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Banking System

A banking database app for a fictional bank that allows you to:

  • create bank accounts
  • login to accounts
  • check account balance
  • deposit money
  • transfer money
  • close account

This application utilizes the random and SQLite modules, and was built as a JetBrains Academy project.

Installation

Clone the repository

git clone git@github.com:valenciarichards/simple-banking-system.git

Usage

Navigate to the directory containing "banking.py", and run

on Mac or Linux:

python3 banking.py

on Windows:

python banking.py

License

The source code is distributed under the MIT License.

About

Banking database CRUD app using Python and SQLite

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages