Reading information from Dymo USB scale.
=======
Install
=======
.. code-block:: bash
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"
.. code-block:: bash
pip install python-dymo-scale
=======
Example
=======
.. code-block:: python
from dymo import scale
usb = scale.USB()
print usb.get_weight_grams()
=======
Donation
=======
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YYZQ6ZRZ3EW5C
=======
Install
=======
.. code-block:: bash
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"
.. code-block:: bash
pip install python-dymo-scale
=======
Example
=======
.. code-block:: python
from dymo import scale
usb = scale.USB()
print usb.get_weight_grams()
=======
Donation
=======
.. image:: https://img.shields.io/badge/Donate-PayPal-green.svg
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=YYZQ6ZRZ3EW5C
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file python-dymo-scale-0.0.1.tar.gz.
File metadata
- Download URL: python-dymo-scale-0.0.1.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2f8364bb3bb41836b04952dc3a262a5e86c97b2f03504cc46b41648c49c5fef
|
|
| MD5 |
d23b0589f7505e2602dcf99cd3157b25
|
|
| BLAKE2b-256 |
1b968174edccf35050cadcfed682acd3e93e99f180924bdbabd4c8c67f773822
|