Skip to main content

This is a python library that converts the decimal number in binary, octal, and hexadecimal or vice versa.

Project description

Number System Converter

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

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:

  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+

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:

  • 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

numbersystem-0.1.3.tar.gz (3.9 kB view hashes)

Uploaded Source

Built Distribution

numbersystem-0.1.3-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page