Metadata-Version: 2.1
Name: Generator-Random
Version: 0.0.2
Summary: Generator is an All In One python package to generate random names,MAC,IP,email, password,pin and integer
Home-page: UNKNOWN
Author: Abhijeet Srivastav,  Founder Techneophyte
Author-email: abhijeetsrivastav292@gmail.com
License: UNKNOWN
Description: <!-- PROJECT SHIELDS -->
        
        <!--
        [![Contributors][contributors-shield]][contributors-url]
        [![Forks][forks-shield]][forks-url]
        [![Stargazers][stars-shield]][stars-url]
        [![Issues][issues-shield]][issues-url]
        [![MIT License][license-shield]][license-url]
        [![LinkedIn][linkedin-shield]][linkedin-url]
        -->
        
        
        <!-- PROJECT LOGO -->
        
        <!--
         [![Techneophyte In.][brand-image]](https://www.instagram.com/techneophyte/)
        -->
        
        <!-- TABLE OF CONTENTS -->
        ## Table of Contents
        
        * [About the Project](#about-the-project)
          * [Built With](#built-with)
        * [Getting Started](#getting-started)
        * [Installation](#installation)
        * [Usage](#usage)
        * [Contributing](#contributing)
        * [License](#license)
        * [Social Handles](#social-handles)
        * [Notes](#notes)
        
        
        
        
        
        <!-- ABOUT THE PROJECT -->
        ## About The Project
        
        <!--
        [![Generator Package][product-image]](https://www.instagram.com/techneophyte/)
        -->
        Generator is an `All In One` python package to generate random:
        
        * `Email`
        * `Pin`
        * `IPV4 Address`
        * `IPV6 Address`
        * `MAC Address`
        * `Numeric Password`
        * `AlphaNumeric Password`
        * `AlphaNumericSpecial Password`
        * `First Name Western`
        * `Last Name Western`
        * `Full Name Western`
        * `First Name Indian`
        * `Last Name Indian`
        * `Full Name Indian`
        * `Random Integer`
        
        This package provides arguments like:
        * `passlength` for password generator methods.
        * `pinlength` for pin generator method.
        * `gender` for name generator methods.
        * `emaillength`, `serviceprovider`, `isalphanum` for email generator method.
        * `start` and `end` for integer generator method.
        
        
        ### Built With
        Technology used in development of package:
        * [Python](https://www.python.org/)
        * [Pycharm](https://www.jetbrains.com/pycharm/)
        
        
        
        <!-- GETTING STARTED -->
        ## Getting Started
        
        
        ### Installation
        
        Use the pip to install the package:
        
        ```cmd
        pip install generator
        ```
        
        
        <!-- USAGE EXAMPLES -->
        ## Usage
        
        For more examples, please refer to the [Documentation](https://abhijeetsrivastav-techneophyte.medium.com/python-zero-to-hero-newbies-guide-a47aa8b834f6)
        
        
        
        <!-- CONTRIBUTING -->
        ## Contributing
        
        Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
        
        1. Fork the Project
        2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
        3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
        4. Push to the Branch (`git push origin feature/AmazingFeature`)
        5. Open a Pull Request
        
        
        
        <!-- LICENSE -->
        ## License
        
        Distributed under the `Apache License 2.0`
        
        <!-- Social Handle -->
        ## Social Handles
        * [Instagram](https://www.instagram.com/techneophyte/)
        * [LinkedIn](https://www.linkedin.com/in/abhijeet-srivastav-02245a18b/)
        * [Medium](https://abhijeetsrivastav-techneophyte.medium.com/about)
        * [Youtube](https://www.youtube.com/channel/UCpSSZFXUrzE0wMAwZLD5yRg)
        * [HackerRank](https://www.hackerrank.com/abhijeetsrivast7)
        * [Telegram Community](https://t.me/techneophytecommunity)
        * [Whatsapp Community](https://chat.whatsapp.com/EyQtkNlHQgE7AX7MBTkPsm)
        
        
        
        <!-- Notes -->
        ###### Notes: 
        `THIS PACKAGE DOESNT USE RANDOM PACKAGE FOR ANY PURPOSE AND UTILISES ITS OWN SEED GENERATION ALGRORITHM FOR RANDOM GENERATION`
        
        
        
        <!-- MARKDOWN LINKS & IMAGES -->
        <!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
        [contributors-shield]: https://img.shields.io/github/contributors/othneildrew/Best-README-Template.svg?style=flat-square
        [contributors-url]: https://github.com/othneildrew/Best-README-Template/graphs/contributors
        [forks-shield]: https://img.shields.io/github/forks/othneildrew/Best-README-Template.svg?style=flat-square
        [forks-url]: https://github.com/othneildrew/Best-README-Template/network/members
        [stars-shield]: https://img.shields.io/github/stars/othneildrew/Best-README-Template.svg?style=flat-square
        [stars-url]: https://github.com/othneildrew/Best-README-Template/stargazers
        [issues-shield]: https://img.shields.io/github/issues/othneildrew/Best-README-Template.svg?style=flat-square
        [issues-url]: https://github.com/othneildrew/Best-README-Template/issues
        [license-shield]: https://img.shields.io/github/license/othneildrew/Best-README-Template.svg?style=flat-square
        [license-url]: https://github.com/othneildrew/Best-README-Template/blob/master/LICENSE.txt
        [linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
        [linkedin-url]: https://linkedin.com/in/othneildrew
        [product-image]: assets/generator.png
        [brand-image]: assets/techneophyte.png
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
