Skip to content

street-of-wovles/pygrams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

39 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Pygrams logo

PyGrams

The Python Package to get all your hustling Programs in one CodeBase.


πŸš€ Quick Start

Several quick start options are available:

For more information on the library contents, examples, and documentation, read the Getting Started Guide.


πŸ“‚ What's Included

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.


🐞 Bugs and Feature Requests

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.


πŸ™Œ Contribution Guide (Become a Backer)

If you are willing to contribute, follow these steps:

  1. Fork the Repo to your GitHub account.
  2. Clone the Repo: git clone REPO_URL
  3. Create a new remote for the upstream repository: git remote add upstream REPO_URL
  4. Create a new branch: git checkout -b your-branch-name
  5. Add your code: git add .
  6. Commit your changes: git commit -m "Adding an awesome feature to your-branch-name"
  7. Push the changes to your repository: git push -u origin your-branch-name
  8. 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. πŸŽ‰


πŸ“’ Feature Request Process

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.


πŸ“ License

This project is licensed under the MIT License - see the LICENSE file for details.


πŸ’¬ Stay Connected


Thank you for using PyGrams! Happy coding! 😊