Skip to content

A useful library for Python with assorted functions to make small tasks easier.

License

Notifications You must be signed in to change notification settings

AtomicCodeLegend/usefulib

 
 

Repository files navigation

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.

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.

About

A useful library for Python with assorted functions to make small tasks easier.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%