Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/uxcn/x2x
- Owner: uxcn
- License: mit
- Created: 2016-02-01T04:44:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-01T05:03:20.000Z (almost 9 years ago)
- Last Synced: 2024-09-14T11:56:29.580Z (2 months ago)
- Topics: pypi, python, radix
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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