Skip to content

thehncoder/Prettytable-in-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

PrettyTable-in-python

Banking System

I have implemented a basic banking system in Python using the PrettyTable library.

Description

This project offers a simple banking system that enables users to create accounts, deposit and withdraw money, and view their account details. The system utilizes a straightforward text-based interface and stores customer information in memory. It enables users to receive output in a clear and impressive table format.

What is PrettyTable?

PrettyTable is a Python library that enables you to showcase tabular data in an attractive ASCII table format, allowing you to create visually appealing tables for your data.

Features

  • Create a new account with a unique PIN
  • Deposit money into an existing account
  • Withdraw cash from an existing account
  • View account details, including balance and PIN
  • Requiremnets

    1. Python 3.x(tested on Python 3.9)

    Author

    Harshit Nigam

    About

    No description, website, or topics provided.

    Resources

    Stars

    Watchers

    Forks

    Releases

    No releases published

    Packages

    No packages published