This project uses python mysql connector to store bank details and earn interest. It also has built in casino games to earn money and a stock trader to buy and sell shares of a stock.
Python Bank is a project which allow a user to store one's bank details safely and securely. One can use the bank to store one's money to make it grow with interest! Or one can make risky bets in the various games within the casino. Or one can buy shares in the stock market and use graphs to predict the return of investment!
mysql.connector
pip install mysql-connector
matplotlb-
pip install matplotlib
yfinance-
pip install yfinance
pandas-
pip install pandas
pygame-
pip install pygame
mysql connector
pip install mysql.connector
Dec 2019- Created casino with random module including slot machine, tossing game, blackjack etc.
Jun 2020- Created python bank with mysql-connector to store bank information on individual accounts
Jul 2020- Added stock market trading with yfinance, password strength checking with re module and email verification system using smtplib
Aug 2020- Code is debugged and made error-proof using try & except blocks.
Gautham Gopinadh Autri Ilesh Banerjee