Skip to content

Manipulate satoshi-related prices in Python 3, simple and sweet 💵 ₿🍬

License

Notifications You must be signed in to change notification settings

quan-digital/satoshi

Repository files navigation

> satoshi

Manipulate satoshi-related prices in Python 3, simple and sweet 💵 ₿🍬

Why complicate?

The idea behind this project is to provide Python programmers with a simple, light and intuitive package to manipulate satoshis.

This can be extremely useful on future/perpetual markets and crypto exchanges that don't automatically associate XBT balances to an USD value. With > satoshi you can use a single function to convert your satoshis to any fiat currency :)

No need to handle more requests and currency mangling in your code, simply use > satoshi and, therefore, CryptoCompare's open API.

Installation

pip install satoshi

Usage

import satoshi
satoshi.to_fiat(984223) # satoshi to usd
satoshi.to_fiat(18923, 'BRL') # satoshi to reais

Feel free to run example.py for a demo.

Notes

Project idealized while listening to this song.

Feel free to become a collaborator.