generated from brennen/python_project
Compare commits
2 Commits
7e84886bb3
...
837f2babcd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
837f2babcd | ||
|
|
95ba8836f4 |
14
README.md
14
README.md
@@ -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
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
Pillow >= 10.0
|
||||
pyserial>=3
|
||||
Reference in New Issue
Block a user