https://github.com/printerscanner/art-institute-chicago-printer
download photos from the Chicago Institute of Art's API, and then print a random photo to a receipt machine.
https://github.com/printerscanner/art-institute-chicago-printer
Last synced: about 1 month ago
JSON representation
download photos from the Chicago Institute of Art's API, and then print a random photo to a receipt machine.
- Host: GitHub
- URL: https://github.com/printerscanner/art-institute-chicago-printer
- Owner: printerscanner
- Created: 2021-04-21T10:57:43.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T07:55:03.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T03:31:21.008Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
These two programs download photos from the Chicago Institue of Art's API, and then print a random photo to a receipt machine.
The first program takes two parameters. Choose which pages you want to download. The code below downloads pages 1-5 from Chicago Art Institute's website.
``` python script.py 1 5```
The second program prints a random downlaoded photo to a reciept machine. You can change the machine and size of the image that prints.
``` python script.py ```
My Machine: [EPSON IMP Thermique TM-T20III USB](https://www.epson.fr/products/sd/pos-printer/epson-tm-t20iii-series)