| 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 NCapybaraLibYou can alternatively get the latest release here.
Or you can clone the main branch and build the library yourself.
Main branch is the most up-to-date branch. You can get the source code from the latest tag and built that, though.
| Python 3.11 | Python 3.12 | Python 3.13 |
|---|
NCapybaraLib is split into multiple files.
To import the 'String' submodule for example, do this:
import NCapybaraLib.Stringimport NCapybaraLib.All as NCapybaraLibI 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...