Skip to content

XulbuX-dev/PythonLibraryXulbuX

Repository files navigation

$\color{#8085FF}\Huge\textsf{XulbuX}$

$\color{#8085FF}\textsf{XulbuX}$ is a library which includes a lot of really helpful classes, types and functions.

For precise information about the library, see the library's Wiki page.
For the libraries latest changes, see the change log.

Installation

Open a console and run the command:

pip install xulbux

This should install the latest version of the library, along with some other required libraries.
To upgrade the library (if there is a new release) run the following command in your console:

pip install --upgrade xulbux

Usage

Import the full library under the alias xx, so it's classes, types and functions are accessible with xx.Class.method(), xx.type() and xx.function():

import xulbux as xx

So you don't have to write xx in front of the library's types, you can import them directly:

from xulbux import rgba, hsla, hexa

The library $\color{#8085FF}\textsf{XulbuX}$ (below used as xx with above imported types) contains the following modules:

CUSTOM TYPES:
     • rgba(int,int,int,float)
     • hsla(int,int,int,float)
     • hexa(str)
  • PATH OPERATIONS          xx.PathFILE OPERATIONS          xx.FileJSON FILE OPERATIONS     xx.JsonSYSTEM ACTIONS           xx.SystemMANAGE THE ENV PATH VAR  xx.EnvPathCONSOLE LOG AND ACTIONS  xx.ConsoleEASY PRETTY PRINTING     xx.FormatCodesWORKING WITH COLORS      xx.ColorDATA OPERATIONS          xx.DataSTRING OPERATIONS        xx.StringCODE STRING OPERATIONS   xx.CodeREGEX PATTERN TEMPLATES  xx.Regex


View this library on PyPI