Compare commits

...

2 Commits

Author SHA1 Message Date
Brennen Raimer
837f2babcd update README.md 2025-03-18 16:52:49 -04:00
Brennen Raimer
95ba8836f4 add requirements.txt 2025-03-18 16:48:13 -04:00
2 changed files with 15 additions and 1 deletions

View File

@@ -1,2 +1,14 @@
# python_project
# Apple II ImageWriter Photobooth
## Requirements
* Python >= 3.10
* Pillow >= 10.0
* pyserial>=3
## Controls
| Key | Action |
| --- | ------ |
| Space | Open an image from file |
| Enter | Send image to printer |

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Pillow >= 10.0
pyserial>=3