Metadata-Version: 2.1
Name: PyNumGenerator
Version: 0.1
Summary: Big Numbers generator applicaion
Home-page: https://github.com/haseeb-heaven/PyNumGenerator
Author: Haseeb Mir
Author-email: haseebmir.hm@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

![cover_logo](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/cover_logo.png?raw=true "")</br>
**PyNumGenerator** is application to generate **_sequential_** and **_random_** numbers of various bases like **binary,octal,hex** etc. It can generate numbers with immense speed and has support for **64-bits,128-bits,256-bits** and for higher bits aswell for big data aswell.It is useful in generating **BigData** numbers with ease, random big number like 256-bit keys 
are used as **Keys** in **Cryptography** and big random hex and binary are useful in computation aswell. 
**Big data** used in so many applications they are _banking data mining, cloud computing,security etc_.

## Features:
Support for various bases like **Binary,Decimal,Ocata,Hexa-Decimal,Float,Exponent.**.</br>
_Sequential_ and _Random_ modes.</br>
Support for **64-bits,128-bits,256-bits** and for higher bits aswell.</br>
Support **BigData** aswell like **BigHex,BigBinary,BigOctal** etc.</br>
**Error** and **exceptions** management.</br>


## Generate binary numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/binary_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/binary_gen_file.png?raw=true "") 

## Generate decimal numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/decimal_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/decimal_gen_file.png?raw=true "") 

## Generate octal numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/octal_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/octal_gen_file.png?raw=true "") 

## Generate hexa-decimal numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/hex_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/hex_gen_file.png?raw=true "") 

## Generate floating numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/float_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/float_gen_file.png?raw=true "") 

## Generate exponent numbers:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/exponent_gen.png?raw=true "") 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/exponent_gen_file.png?raw=true "") 


## Errors and exceptions handlings.
All the error and **exception handling** are done by module itself so you dont have to take any extra step to check for any error from **backend side.**

### Examples of errors:
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/error_1.png?raw=true "")</br> 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/error_2.png?raw=true "")</br> 
![](https://github.com/haseeb-heaven/PyNumGenerator/blob/master/resources/error_3.png?raw=true "")</br> 

VERSION INFO :
PyNumGenerator Version : V 1.0</br>
Dated : 19/05/2019.</br>
Written and maintained by HaseeB Mir (haseebmir.hm@gmail.com)</br>





