Skip to content

A Python module to represent the galleon, sickle, and knut coins of wizard currency.

License

Notifications You must be signed in to change notification settings

emabcede30/wizcoin

Repository files navigation

Wizcoin

A Python module to represent the galleon, sickle, and knut coins of wizard currency.

Installation

To install with pip, run:

pip install wizcoin

Quickstart Guide

Here's some xample code demonstrating how this module is used:

import wizcoin coin = wizcoin.WizCoin(2, 5, 10) str(coin) '2g, 5s, 10k' coin.value() 1141

Contribute

If you'd like to contribute to Wizcoin, check out https://github.com/emabcede30/wizcoin

About

A Python module to represent the galleon, sickle, and knut coins of wizard currency.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages