Skip to content

5shekel/madpeset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

### install
```bash
git clone [email protected]:5shekel/madpeset.git && cd madpeset
git submodule update --init --recursive

python -m venv venv
source venv/bin/activate
pip install git+https://github.com/matmair/brother_ql-inventree.git
```
to get the camera working, you need to install the drivers for the camera. I used the [official guide](https://www.raspberrypi.org/documentation/configuration/camera.md) to install the drivers.

if you use a webcam try
```bash
sudo apt install fswebcam
```
### Fonts
im using google fonts, you can download them from [here](https://fonts.google.com/?subset=hebrew&noto.script=Hebr) and put that `.ttf` file in `fonts/`

### Run
```bash
streamlit run txt.py
```
i usually add a tmux session to `~/.bashrc` to run the script on startup


test printer
```py
brother_ql -b pyusb -m QL-550 -p usb://0x04f9:0x2016 print -l 62 pefectFake.jpg --dither
```

About

keyboard to thermal printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published