/Readme

Primary LanguagePython

Number System Converter

forthebadge made-with-python MIT license Python 3.8+ Documentation Status Maintenance

number-system 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

Installation

There are one ways to install the number-system package:

  • Install number-system from PyPI (recommended):
pip install number-system

Quick Start

To start converting with help of number-system . The following workflow can be used:

import number-system
print(decimalToBinary(25))
...............

For more information about how to use number-system, see our suggested template.

Types

There are various types of the number system in mathematics. The four most common number system types are:

  1. Decimal number system (Base- 10)
  2. Binary number system (Base- 2)
  3. Octal number system (Base-8)
  4. Hexadecimal number system (Base- 16)

Versions and Dependencies

  • Python 3.7+

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 number-system into production in June 2020. number-system is actively maintained and there will be incremental improvements scheduled on a regular basis. The lead developers and maintainers are:

  • See the Project Page page to get in touch with the number-system team.

Copyright

number-system is distributed under the MIT license. See LICENSE for details.