Skip to content

A super-simple command launcher written in Python; might be handy for debugging/testing.

License

Notifications You must be signed in to change notification settings

ellerychan/runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Runner is a simple Python application that creates buttons for commands that it reads from a file. It is useful for debugging and testing.

Each button has a text field to the right of it containing the text of the command. The text field is editable, for on-the-fly changes.

Runner is written in plain old Python with Tkinter, so it will run anywhere. Commands are executed using the subprocess module.

About

A super-simple command launcher written in Python; might be handy for debugging/testing.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages