Skip to content
Pak Cyberbot edited this page Jan 3, 2024 · 8 revisions

Welcome to the CSI-Libs wiki!

This Python library is exclusively developed to assist in CSI Linux tools development.

Installation

To download the csilib Python library on your computer, execute the following command in your terminal:

pip3 install git+https://github.com/CSILinux/CSI-Libs.git

Library Naming Convention

Functions and classes are organized based on their category. For example: from csilibs.<category> import <function>, <class>

csilibs Categories