The Python Package to get all your hustling Programs in one CodeBase.
Several quick start options are available:
- Download the latest release
- Clone the repo:
git clone https://github.com/Yaseen549/pygrams.git
- Install via PyPI:
pip install pygrams
For more information on the library contents, examples, and documentation, read the Getting Started Guide.
Within the download, you'll find the following directories and files, logically grouping common assets. You'll see something like this:
pygrams/
βββ pygrams/
β βββ datamanipulation/
β β βββ dataprocessing.py
β β βββ dataviz.py
β βββ utils/
β β βββ algorithmicutils.py
β β βββ dateandtimeutils.py
β β βββ defaultutils.py
β β βββ fileutils.py
β β βββ mathutils.py
β β βββ networkutils.py
β β βββ stringutils.py
β βββ generators.py
β βββ getters.py
β βββ haselements.py
β βββ issers.py
β βββ others.py
β βββ pygrams.py
β βββ searching.py
β βββ sorting.py
β βββ ...
βββ .gitignore
βββ LICENSE
βββ MANIFEST.in
βββ README.md
βββ setup.cfg
βββ setup.py
This structure includes all the essential programs and supporting documentation files.
Have a bug or a feature request? Please first search for existing and closed issues. If your problem or idea is not addressed yet, please open a new issue.
Is there any program missing? Raise an Issue here.
If you are willing to contribute, follow these steps:
- Fork the Repo to your GitHub account.
- Clone the Repo:
git clone REPO_URL
- Create a new remote for the upstream repository:
git remote add upstream REPO_URL
- Create a new branch:
git checkout -b your-branch-name
- Add your code:
git add .
- Commit your changes:
git commit -m "Adding an awesome feature to your-branch-name"
- Push the changes to your repository:
git push -u origin your-branch-name
- Create a pull request: Submit a pull request, and we will review it ASAP!
That's it! Your name will appear in the contributors list once your PR is merged. π
If you'd like to request a feature, please follow the template below:
Title: Program Name
Description:
- Add a detailed explanation of how the function works.
- You can also include the complete program with comments explaining the logic and usage.
Click here to request a feature.
This project is licensed under the MIT License - see the LICENSE file for details.
Thank you for using PyGrams! Happy coding! π