Skip to content

A small library with a bunch of functions and thingies I made for fun.

License

Notifications You must be signed in to change notification settings

norbcodes/NCapybaraLib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NCapybaraLib On Pypi Download Supported versions Usage Where is this library used?

NCapybaraLib

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!

Download

To download this library, run this command:

pip install NCapybaraLib
This library does not need any dependencies.
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.

Supported versions

Python 3.12Python 3.11

Usage

NCapybaraLib is split into multiple files.
To import the 'String' submodule for example, do this:

import NCapybaraLib.String
Or, you can import everything using this handy tool:
import NCapybaraLib.All as NCapybaraLib
As the code above suggests, this imports every class and object from the library.
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 *
This will pollute your global scope with all of the NCapybaraLib functions/classes :)

Where is this library used?

Hardly doubt it's used as of right now. Here are the results...