NCapybaraLib | On Pypi | Download | Supported versions | Usage | Where is this library used? |
---|
A small library with a bunch of functions and thingies I made for fun.
So far, there's nothing much, but it will grow as time goes.
Check out the library on PyPi!
To download this library, run this command:
pip install NCapybaraLib
You can alternatively get the latest release here.
Or you can clone the main branch and build the library yourself, however the main branch is where development goes on, so it may not work well.
You can get the source code from the latest tag and built that, though.
Python 3.12 | Python 3.11 |
---|
NCapybaraLib is split into multiple files.
To import the 'String' submodule for example, do this:
import NCapybaraLib.String
import NCapybaraLib.All as NCapybaraLib
I personally suggest you also name it just NCapybaraLib, so it looks a bit better.
What you shouldn't do though, is:
from NCapybaraLib.All import *
Hardly doubt it's used as of right now. Here are the results...