Metadata-Version: 2.1
Name: c0mplh4cks-pylib
Version: 1.0.0
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

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 if the library is installed by opening python
```
python3
```

and importing the library
```
import c0mplh4cks
```


