Skip to content

Reading information from Dymo USB scale.

License

Notifications You must be signed in to change notification settings

berkinet/python-dymo-scale

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reading information from Dymo USB scale.

Install

sudo apt-get install python libusb-1.0-0
# Create text file /etc/udev/rules.d/99-garmin.rules with contents:
# SUBSYSTEM=="usb", ATTR{idVendor}=="0922", ATTR{idProduct}=="8003", MODE="666"
pip install python-dymo-scale

Example

from dymo import scale

usb = scale.USB()
print usb.get_weight_grams()

Donation

About

Reading information from Dymo USB scale.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%