Skip to main content

TUNE DMS desktop GUI automation: login and report generation

Project description

tune-dms

TUNE DMS desktop GUI automation: log in and run reports (e.g. Parts Price List, Parts by Bin Location) via keyboard and screen image matching.

  • Install: pip install tune-dms
  • Editable (from repo root): pip install -e ./packages/tune_dms

Configuration

Set credentials (and optional paths) via environment variables or a .env file. Optional: use python-dotenv so TuneConfig.from_env() can load from .env.

Variable Required Description
TUNE_USER_ID Yes TUNE login user ID
TUNE_USER_PASSWORD Yes TUNE login password
TUNE_SHORTCUT_PATH No Path to TUNE shortcut (default: C:\Users\Public\Desktop\TUNE.lnk)
TUNE_REPORTS_DIR No Directory where reports are saved (default: current working directory)
TUNE_IMAGES_DIR No Override path to reference images (default: package images/)

Usage example

After installing, ensure TUNE is not running and that the desktop/shortcut is as expected. Then load config and run the built-in report workflow:

from tune_dms import TuneConfig, run_tune_reports

# Load from environment (e.g. TUNE_USER_ID, TUNE_USER_PASSWORD in .env or env)
config = TuneConfig.from_env()

# Optional: set reports directory if not using TUNE_REPORTS_DIR
# config = TuneConfig.from_env(reports_dir="C:/path/to/reports")

config.validate()  # raises if user_id/password missing
success = run_tune_reports(config)

The runner will:

  1. Launch TUNE from the configured shortcut
  2. Log in using the configured credentials
  3. Navigate by department and run Parts Price List and Parts by Bin Location for each (department/franchise and output filenames are fixed in the built-in workflow)
  4. Close TUNE when done

For a custom sequence of reports, use TuneReportGenerator with the same config and call run_reports(); the class uses the same flow internally. Report parameters (department, franchise, output file name, etc.) are set via PartsPriceListParams and PartsByBinLocationParams when calling the download helpers inside that flow.

Requirements

  • Windows (shortcut path and automation are Windows-oriented)
  • pyautogui (installed with the package)
  • TUNE desktop application installed and a desktop shortcut at the configured path
  • Reference images are included in the package (tune_dms/images/); do not move the package’s images folder if using the default TUNE_IMAGES_DIR

See the main repo for more context and the monorepo layout.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tune_dms-0.1.3.tar.gz (105.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tune_dms-0.1.3-py3-none-any.whl (115.1 kB view details)

Uploaded Python 3

File details

Details for the file tune_dms-0.1.3.tar.gz.

File metadata

  • Download URL: tune_dms-0.1.3.tar.gz
  • Upload date:
  • Size: 105.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for tune_dms-0.1.3.tar.gz
Algorithm Hash digest
SHA256 c43825dd76af4dedffbc05faf515c5d5978ce17b65701bbcc5140025fe0183b2
MD5 e1a91421cd9b64df92f3b029193db233
BLAKE2b-256 0b991539374843a6fe3136a110fd38777d4a6379916561a73b7418e6f792509f

See more details on using hashes here.

File details

Details for the file tune_dms-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: tune_dms-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 115.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for tune_dms-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 551a092dc1fe4e6146e60619fbeaaaf0c78d2f8dae969813680d5d077f01a0cc
MD5 bf4f4f74f96cdd6730577eed017d0dee
BLAKE2b-256 50bb88ec5499aaa25c7387a05cb0932a0ddb480d39a706b3bcf905ed6ef54d5a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page