Skip to main content

A collection of assorted methods to make small tasks easier.

Project description

python versions pypi version first timer friendly usefulib ideas usefulib ideas

usefulib v1.0.4

A useful library for Python with a lot of assorted functions to make numerous small tasks easier.

GitHub Page: https://github.com/hamdivazim/usefulib

How to install

Install with pip in your terminal, making sure Python is added to PATH:

$ pip install usefulib

Alternatively, you can use the git URL to do the same.

$ pip install "git+https://github.com/hamdivazim/usefulib.git@pip-install#egg=usefulib"

How to use

All you need to do is import the package, and all usefulibs that you may want will come along with it! As an example:

import usefulib

a_string = "abcdef123456"
reverse_string = usefulib.reverse_string(a_string)

If all you need is one usefulib:

from usefulib import reverse_string

a_string = "abcdef123456"
reverse_string = reverse_string(a_string)

What can it do?

As an open-source library and can be contributed to by anyone, it offers a lot of simple functions to make writing code easier and quicker. A complete list of all usefulibs that are available can be found here.

Support usefulib

usefulib is full of contributions from the community! We're beginner-friendly here, so read the contributing guidelines and give us your best usefulibs 😃!

License

usefulib is licensed under the GNU General Public License v3.0.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

usefulib-1.0.4.tar.gz (17.6 kB view hashes)

Uploaded Source

Built Distribution

usefulib-1.0.4-py3-none-any.whl (18.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page