Metadata-Version: 2.1
Name: pygrams
Version: 0.0.6
Summary: Get python programs handy as a function
Home-page: https://syberstar.com
Author: Yaseen
Author-email: fantasticyaseenshariff@gmail.com
License: MIT
Download-URL: https://github.com/Yaseen549/pygrams/archive/refs/tags/v0.0.6.tar.gz
Description: <div align=left>
        Basic Python Programs that you need
        
        - oddOrEven()
        - evenNumbers()
        - evenNumbersInRange()
        
        - oddNumbers()
        - oddNumbersInRange()
        
        - isLeapYear()
        - daysInMonth()
        - bmi()
        - fizzBuzz()
        - fibonacci()
        - factorial()
        - isArmstrong()
        - isPrime()
        - primeNumbersInRange()
        - primeNumbers()
        - takePrimesOut()
        - isPrimeExist()
        - swap()
        - takeEvensOut()
        - takeOddsOut()
        
        is the anything missed? <a href="https://github.com/Yaseen549/pygrams/issues/new">Raise an Issue</a>.
        
        ### Contribution Guide
        1. Fork the Repo.
        2. clone the Repo. (git clone REPO)
        3. Create a new remote for the upstream repository. (git remote add upstream REPO)
        4. Create a new branch. (git checkout -b my-branch)
        5. Add Codes (git add .)
        6. commit your changes. (git commit -m "Adding an awesome feature to my-branch")
        7. Push the changes to your repository. (git push -u origin my-branch)
        8. Create a pull request. (We will review it ASAP)
        
        ### Feature Request Process
        - Title: Program Name
        - Description: Add the description how the function works or
        - Write the complete program and the comments which explains the program
        <a href="https://github.com/Yaseen549/pygrams/issues/new">Request here</a>
        </div>
Keywords: PYTHONPROGRAMS,PROGRAMS,FUNCTIONS,PYGRAMS
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
