Skip to content

bhavishya-8/Linux-controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Linux Controller

Running GIF

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.

Features

  • 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 tkinter for easy interaction.

Usage

  1. Ensure you have Python and the required libraries installed.

  2. Run file11.py using the following command:

    python file11.py

Usage

  1. The GUI window will appear, offering options to execute different commands.

  2. Choose the desired command, provide any necessary input (for SSH connection), and press the "Enter" button.

  3. The output of the selected command will be displayed in the terminal result section.

Requirements

  • Python 3.x
  • tkinter library (usually included with Python)
  • Operating system with a graphical user interface (GUI)

Installation

You can install the required library using the following command:

pip install tk

Advantages

  • Provides an intuitive graphical interface for executing Linux commands.
  • Offers a convenient way to interact with the system without using the terminal directly.
  • Suitable for users who are not familiar with command-line interfaces. Running GIF

About

This project is made using a python library Tkinter. This project is for those person who are not so much familiar with Linux commands to launch and setup the HTTPD server or some of the basic commands. Using this tool, anyone can operate some of the basic operation in Linux without using the commands of Linux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages