Home > MultiButtonProg

MultiButtonProg

MultiButtonProg is a project mainly written in Python, it's free.

GUI window with tkinter that executes python script or terminal command sequences described in config file

MultiButtonProg program should help working with multiple terminals and commands. Copyright (C) 2011 Virgo Pihlapuu

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Any kind of feedback or developing help is welcome. Feel free to contact me: [email protected]

  1. Program Description

  • Execute cunfigurable terminal command sequences and python scripts with button click.
  • Command sequence buttons can be sectioned into different tabs.
  • Creates all necessary script files and folders.
  • Tab and command buttons are created according to config.txt file when starting program.
  1. Development task priority

  • Title from configuration file name.
  • Subprocess monitoring: count indicator of running processes, stop button to close running process.
  • Each row in log file get ID to know what process sent it.
  • Log file filter interface to show/hide messages from different subprocesses.
  1. Instructions

  • If running compiled version you can execute "mbp" file with mouse, else run "python mbp.py" in terminal.
  • The "mbp.pyc" file is compiled but i havent tested it in other computers, so you maybe need to install tkinter library for python.
  • Please report any errors.
Previous:simple_app