Skip to content

marvinpac-it/read-weight-from-scale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weight Reader

This Python script reads weight data from a serial port and sends it as keyboard input. It can be useful for integrating weighing scales with other applications.

Prerequisites

  • Python 3.6+
  • PySerial
  • PyAutoGUI
  • pyinstaller

Installation

  1. Clone the repository or download the script file.

  2. Install the required Python packages:

    pip install pyserial pyautogui pyinstaller
  3. Update the provided JSON configuration file (config.json)

  4. Convert the file to an executable:

    pyinstaller --onefile ReadWeightFromScale.py
  5. You can now run the executable using the following command:

     dist/ReadWeightFromScale.exe -c config.json

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages