dafyddcrosby / python-bcd

A binary-coded decimal conversion library for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-bcd

A binary-coded decimal conversion library for Python

Installation

Clone the git repository, and then run python setup.py install

To use in python, use import bcd

Notes

The functions work per-nibble, and the BCD should be seen as a string. An in-depth explanation is in #1

About

A binary-coded decimal conversion library for Python


Languages

Language:Python 100.0%