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.
- Host: GitHub
- URL: https://github.com/shadowy-pycoder/wizcoin
- Owner: shadowy-pycoder
- License: mit
- Created: 2022-11-25T12:59:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-20T05:26:02.000Z (about 3 years ago)
- Last Synced: 2025-02-16T17:27:58.828Z (12 months ago)
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: code_of_conduct.md
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