Coder Social home page Coder Social logo

eztasker's Introduction

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

eztasker's People

Contributors

mashiro-sorata avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.