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/)

Custom logger

You can inject your own logger so all library log output uses your handler, level, and format. Call set_logger(my_logger) before using other tune_dms APIs. Pass None to revert to the default.

import logging
from tune_dms import set_logger, TuneConfig, run_tune_reports

logger = logging.getLogger("my_app.tune_dms")
logger.setLevel(logging.INFO)
# add handlers, formatters, etc.
set_logger(logger)

config = TuneConfig.from_env()
run_tune_reports(config)  # all tune_dms logs go to your logger

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.5.tar.gz (106.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.5-py3-none-any.whl (116.1 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for tune_dms-0.1.5.tar.gz
Algorithm Hash digest
SHA256 0e207c0f5de740f4609f4a273da1487d094473f490b0e28e76c0c7985f983715
MD5 ab090301f451ea385e8c7a6f271bf3e8
BLAKE2b-256 121850f4afacd7ee282e06ff6fdb067add8419c820109d2bb533c823c1e3b64e

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for tune_dms-0.1.5-py3-none-any.whl
Algorithm Hash digest
SHA256 1b773a38811ac86302160ee6f04d7667f5a3e2cb719a541bec4957b45ea4f09c
MD5 48adc5f57fc03b37a4bfa4d44845b22f
BLAKE2b-256 91049f12b2abd54e41d6b29fd78a3a5ebde04abaacc826c48792fe1f5bce45cf

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