Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/uxcn/x2x

commands to convert radixes
https://github.com/uxcn/x2x

pypi python radix

Last synced: 20 days ago
JSON representation

commands to convert radixes

Awesome Lists containing this project

README

        

# x2x #

[![build status](https://travis-ci.org/uxcn/x2x.svg?branch=master)](https://travis-ci.org/uxcn/x2x)
[![python versions](https://img.shields.io/pypi/pyversions/x2x.svg)](https://pypi.python.org/pypi/x2x)
[![license](https://img.shields.io/pypi/l/x2x.svg)](http://opensource.org/licenses/MIT)
[![pypi downloads](https://img.shields.io/pypi/dm/x2x.svg)](https://pypi.python.org/pypi/x2x)
[![issues](https://img.shields.io/github/issues/uxcn/x2x.svg)](https://github.com/uxcn/x2x/issues)

Commands to convert radixes.

* x2b - convert to binary
* x2o - convert to octal
* x2d - convert to decimal
* x2h - convert to heaxadecimal
* x2x - convert any radix to any radix

## Install ##

### PyPI ###

pip install x2x

### From source ###

python setup.py install

## Versions ##

0.9 (Jan, 2016)

* first release