Edid readme

This commit is contained in:
XOR 2022-10-28 00:02:06 +02:00
parent 2940c50579
commit 3ff80ca807

View file

@ -4,7 +4,13 @@
### REQUIREMENTS ### ### REQUIREMENTS ###
Python Pillow module - install with: Python Pillow module - install with:
```console pip install Pillow ``` (requires python-pip) ```console
pip install Pillow
```
(requires python-pip)
### USAGE ### ### USAGE ###
```console python ascii.py [image path]``` ```console
python ascii.py [image path]
```