This repository contains two Python files, file1.py and file11.py, which together form a simple Linux controller program with a graphical user interface (GUI) built using the tkinter library.
- Run various Linux commands using a graphical interface.
- Execute commands such as
date,cal, SSH to remote machines, and configure an HTTPD server. - GUI built with
tkinterfor easy interaction.
-
Ensure you have Python and the required libraries installed.
-
Run
file11.pyusing the following command:python file11.py
-
The GUI window will appear, offering options to execute different commands.
-
Choose the desired command, provide any necessary input (for SSH connection), and press the "Enter" button.
-
The output of the selected command will be displayed in the terminal result section.
- Python 3.x
tkinterlibrary (usually included with Python)- Operating system with a graphical user interface (GUI)
You can install the required library using the following command:
pip install tk