Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 1.36 KB

File metadata and controls

34 lines (21 loc) · 1.36 KB

MapTasker

Display, analyze and edit the Tasker Project/Profile/Task/Scene configuration from within your browser, based on Tasker's exported XML file (e.g. backup.xml)

This is an application in support of Tasker that is intended to run in your desktop's default browser.

Key Features

  • Fine tune the display of the Tasker configuration (Map view)
  • Create a Diagram and Tree of the configuration (Diagram view, Tree view)
  • Import/Export XML directly from/to Android
  • Analyze a Tasker object using Ai
  • Add and Edit Tasker objects (Projects, Profiles, Tasks, and Scenes)
  • Easily identify issues with the configuration

Sample output can be found here.

Installation:

  • via uv: uv add maptasker
  • via pip: pip install maptasker

NOTE: If MapTasker doesn't install on Windows 11, first install 'nicegui' and then install MapTasker.

Updating MapTasker:

MapTasker has a built-in auto-updater. If a new version is available, a "New Version" button will appear allowing the user to install the new version and relaunch MapTasker. If the auto-updater does not work, then use one of the following:

  • via uv: uv pip install --upgrade maptasker
  • via pip: pip install --upgrade maptasker

For further details, refer to the project on Github.