Skip to content

A tool to run and control python or executable file in Taskbar.

License

Notifications You must be signed in to change notification settings

Mashiro-Sorata/EZTasker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EZTasker

Powered By Mashiro_Sorata

Content

  1. Repo's Catalog
  2. Introduction
  3. Details
  4. Download
  5. License

Repo's Catalog

Main Source File:EZTasker.py
Folders:

  • ./tool :
    img2base64.py : Convert image to base64
  • ./icons: Default icons
  • ./example: Example for EZTasker

Introduction

_Description_

EZTasker is a tool to run and control python or executable file in Taskbar.
You could run python script(.py) or executable file(.exe), and also stop it by EZTasker.

It is a good choice for controlling scripts that do not need Windows. The scripts or exe-files, such as servers, or the others that need to be run in the background, are provided with a User Interface by EZTasker.

_Features_

  • Configurability: Edit with "Confiuration.json"
  • Redirection: Redirection of stdout
  • Personalization: Customize icons, etc

Details

The program automatically creates configuration folder("/config") and file("/config/configuration.json") for the first run time.
Configure the program by editing the configuration file.

Notice

stdin cannot be used in scripts!

Config-Items

Here are configuration items in program:

  • "TITLE": The text displayed on the icon
  • "SICON": The path of "static" state icon
  • "DICON": The path of "dynamic" state icon
  • "SOFTWARE": The path of the script or exe-file
  • "METHOD": "THREADING" for script, "PROCESS" for executable file
  • "AUTORUN": Whether the script or exe-file runs automatically when EZTasker starts.
  • "ABOUT": The width, length and text of about frame, Support HTML
  • "LOG": Log switch, script only. The stdout of script is redirected to the log frame.
  • "LOGFILE": The path of log file, same as the log frame
  • "LANG": Language, "CN"-chinese, "EN"-English

News in v1.1.0-beta

  • PYTHON: "python", "py" if python was added in PATH, or the path of "python.exe"

Icons

The default icons:


Static state

Dynamic state

Download

v1.1.0-Beta

News:
  • The scripts that create threads is supported.
  • Json check function.

EZTasker-beta1.1.0.zip

v1.0.0-Beta

This version does not support scripts that create threads.

EZTasker-beta1.0.0.zip

License

GNU GPL v2.0

About

A tool to run and control python or executable file in Taskbar.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages