Metadata-Version: 2.1
Name: numberConversion
Version: 0.2
Summary: A simple package to convert decimal to binary and binary to decimal
Home-page: https://github.com/shresthaprayush2/numberconversion.git
Author: Prayush Shrestha
Author-email: prayushshrestha89@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# simplemath
A simple python package that converts binary to decimal and vice versa

## Installation
pip install and use

