Skip to content

developer-cunningham/bigbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BigBank

Really useless library that has no reason to exist !!!

Installation

pip install bigbank

Usage

from bigbank import BigBank, CooldownError
import time

bank = BigBank()
while True:
    print(bank.get_balance())  # Check balance
    try:
        print(bank.generate_money())  # Earn money
    except CooldownError as e:
        print(e)
    time.sleep(1)

About

a python library that is completely useless and has 0 reason to exist

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors