Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 547 Bytes

File metadata and controls

29 lines (20 loc) · 547 Bytes

Object-Oriented-Programming-Coin-Creator

A project to explore OOP principles by creating various coins with unique features

Coins can be rusted, cleaned, and flipped. Descriptions of each coin is provided when the program is run

Prerequisites

  • Python 3
  • Import the Humanize python package with by typing in the terminal:
pip install humanize

Using the program

In the terminal, change to the directory where the coins.py file is located in, then type:

python 
import coins
help(coins.Coin)