Metadata-Version: 2.1
Name: c0mplh4cks-pylib
Version: 1.6.1
Summary: c0mplh4cks's custom library's including Screem and Packnet
Home-page: https://github.com/c0mplh4cks/python3-library
Author: c0mplh4cks
License: MIT
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown

# 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
```


