An open API service indexing awesome lists of open source software.

https://github.com/shadowy-pycoder/wizcoin

A Python module to represent the galleon, sickle, and knut coins of wizard currency.
https://github.com/shadowy-pycoder/wizcoin

Last synced: 10 months ago
JSON representation

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

Awesome Lists containing this project

README

          

WizCoin
======

A Python module to

Installation
------------

To install with pip, run:

pip install wizcoin

Quickstart Guide
----------------

Here's some example 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/witcher_sense/wizcoin