This is a python library that converts the decimal number in binary, octal, and hexadecimal or vice versa.
Project description
Number System Converter
numbersystem
is a Python 3.7+ package that simplifies the task of converts the decimal number in binary, octal, and hexadecimal or vice versa.
The number system or the numeral system is the system of naming or representing numbers. There are various types of number systems in maths like binary, decimal, etc.
Contents
Types
There are various types of the number system in mathematics. The four most common number system types are:
- Decimal number system (Base- 10)
- Binary number system (Base- 2)
- Octal number system (Base-8)
- Hexadecimal number system (Base- 16)
Versions and Dependencies
- Python 3.7+
Installation
There are one ways to install the numbersystem
package:
- Install
numbersystem
from PyPI (recommended):
pip install numbersystem
Quick Start
To start converting with help of numbersystem
. The following workflow can be used:
import numbersystem
numbersystem.decimalToBinary(25)
...............
For more information about how to use numbersystem
, see our suggested template.
Contribute
We welcome all kinds of contributions that improve the performance of the currently published pacakge.
Developers and Maintainers
-
The developers began work to bring
numbersystem
into production in June 2020.numbersystem
is actively maintained and there will be incremental improvements scheduled on a regular basis. The lead developers and maintainers are:- Ritul Singh, GitHub: ritulsingh
-
See the Project Page page to get in touch with the
numbersystem
team.
Copyright
numbersystem
is distributed under the MIT license. See LICENSE for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file numbersystem-0.1.3.tar.gz
.
File metadata
- Download URL: numbersystem-0.1.3.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8d1001a6653b73e78b164fefbde01c1ee6440db8c42a92f62a8a1bf18d4e3dd6 |
|
MD5 | 5a357d317e7f163725959a17ecb75b50 |
|
BLAKE2b-256 | 5f752b4fa12a24d539b813b38e3633ec4035dc864018c919f90b5c7161f61e57 |
File details
Details for the file numbersystem-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: numbersystem-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/49.2.0 requests-toolbelt/0.9.1 tqdm/4.48.0 CPython/3.8.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 13dccb2af3552762e32ffd8070e7fb5afc5163ae89d265b2dab964807e2a34c5 |
|
MD5 | bac45958a8959b57a389751dbb08fb3d |
|
BLAKE2b-256 | 12408882ae3c052f7b67779567cb40cc4ba92ef269b534dd651c967f85d14912 |