Skip to content

Creating coin objects using OOP(Object-Oriented Programming) principles

Notifications You must be signed in to change notification settings

glennsvel90/Object-Oriented-Programming-Coin-Creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Creating coin objects using OOP(Object-Oriented Programming) principles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages