A tool to update the contents of the Hanshow price tags (shelf labels) with Tkinter
Write the tag name, URL of the website you want to use, Screen update delay time, and if you want to, check the "check changes" check box to check the website changes, and check the "work in background" check box to set the app to work in background.
Then click the "Snip" button.
Move with your mouse (scroll up, sign up etc),
Right click to save the mouse movement. select the region you want to snip.
Screen will be updated as you set the values.
Install the requirements
$ git clone [email protected]:rbaron/Hanshow-Auto-Updater.git
$ cd Hanshow-Auto-Updater
$ virtualenv --python=python3 venv
$ source venv/bin/activate
$ pip install -r requirements.txt
bleak==0.19.5
customtkinter==5.0.4
mouse==0.7.1
numpy==1.24.1
opencv-python==4.7.0.68
PyAutoGUI==0.9.53
pygame==2.1.2
Thanks to the projects below:
https://github.com/atc1441/ATC_TLSR_Paper
https://github.com/rbaron/pricetag-printer
See LICENSE.MD for more information