28 lines
315 B
Markdown
28 lines
315 B
Markdown
Installation
|
|
============
|
|
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
|
|
Usage
|
|
=====
|
|
|
|
Run the listener receiving the images from the clients:
|
|
|
|
```
|
|
python receiver.py
|
|
```
|
|
|
|
Run the script merging the images:
|
|
|
|
```
|
|
python png_merger.py
|
|
```
|
|
|
|
Run the scripts sending the images:
|
|
|
|
```
|
|
python png_creator.py
|
|
```
|