https://github.com/lukeprior/raspberry-pi-thermal-printer
This repository contains various scripts to print information to a Hoin HOP H58 Thermal Printer Via USB.
https://github.com/lukeprior/raspberry-pi-thermal-printer
raspberry-pi thermal-printer
Last synced: 6 months ago
JSON representation
This repository contains various scripts to print information to a Hoin HOP H58 Thermal Printer Via USB.
- Host: GitHub
- URL: https://github.com/lukeprior/raspberry-pi-thermal-printer
- Owner: LukePrior
- License: mit
- Created: 2021-02-08T06:52:56.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T07:11:03.000Z (about 4 years ago)
- Last Synced: 2025-02-05T19:38:03.536Z (8 months ago)
- Topics: raspberry-pi, thermal-printer
- Language: Python
- Homepage: https://diyodemag.com/projects/printing_with_pi_raspberry_pi_thermal_printer_fun
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raspberry Pi Thermal Printer Scripts
This repository contains various scripts to print information to a Hoin HOP H58 Thermal Printer Via USB.
# Setup
Clone the repository and run installer.sh:
```
git clone https://github.com/LukePrior/Raspberry-Pi-Thermal-Printer
cd Raspberry-Pi-Thermal-Printer
sudo chmod +x ./installer.sh
sudo ./installer.sh
```You can run the programs from the code folder:
```
python3 /home/pi/Raspberry-Pi-Thermal-Printer/code/weather.py --api API_KEY
```You can find the complete installation and setup guide in the Diyode Magazine article.
# Scripts
- Weather Forecast
- News Headlines
- Tweets# DIYODE Magazine Article
[Printing with Pi](https://diyodemag.com/projects/printing_with_pi_raspberry_pi_thermal_printer_fun)
# License
This project is licensed under the MIT License. This project contains code from the [HOP-H58 58mm Thermal Printer CUPS Driver for RaspberryPi](https://github.com/OkkarMin/HOP-H58-RaspberryPi-Driver) guide.