c0mplh4cks-pylib

c0mplh4cks's custom library's including Screem and Packnet


License
MIT
Install
pip install c0mplh4cks-pylib==1.6.1

Documentation

c0mplh4cks's library

A library containing different packages made by c0mplh4cks.

  • screem - package for creating gui's in the terminal using ANSI Escape Code
  • packnet - package for creating and interpreting networking packets

Installation from PyPi

install package by using pip

pip3 install c0mplh4cks-pylib

or

pip install c0mplh4cks-pylib

Installation from Github

clone the repository

git clone https://github.com/c0mplh4cks/python3-library

move inside the directory

cd python3-library/

install the library by running the following command

pip3 install .

Check instalation

check if the library is installed by opening python

python3

and importing the library

import c0mplh4cks