You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.