Code Monkey home page Code Monkey logo

network-alchemist's Introduction

Network Alchemist

Overview

Network Alchemist is a desktop application designed to streamline network troubleshooting. It allows users to input Windows CLI commands and displays the output in a Graphical User Interface (GUI) built with python Tkinter, a Python binding to the Tk GUI toolkit. This makes the process of network troubleshooting more accessible to those who are not comfortable with the CLI, and more efficient for those who are.

Features

The application supports the following commands:

  • ipconfig /all
  • ping "URL"
  • traceroute
  • nsslookup
  • ipconfig /flushdns
  • ipconfig /release
  • netsh int ip reset
  • netsh winsock reset

Usage

  1. Command Input: The application provides an input field for users to enter the desired CLI command.
  2. Command Processing: The application processes the entered command in the background without freezing the GUI.
  3. Output Display: The application displays the output of the command in a readable format in the GUI.
  4. Error Handling: The application handles errors gracefully, providing informative error messages to the user.

Installation

Follow these steps to install and run Network Alchemist:

  1. Create a Python Virtual Environment: First, you need to create a virtual environment in Python. This can be done using the following command:

    python -m venv env

    This will create a new virtual environment named 'env'.

  2. Activate the Virtual Environment: Activate the newly created virtual environment with this command:

    • On Windows:
      .\env\Scripts\activate
    • On Unix or MacOS:
      source env/bin/activate
  3. Clone the Repository: Clone the Network Alchemist repository from GitHub using the following command:

    git clone https://github.com/muhit-khan/NETWORK-ALCHEMIST.git
  4. Navigate to the Repository: Change your directory to the cloned repository:

    cd NETWORK-ALCHEMIST
  5. Install Required Packages: Install the necessary Python packages using the requirements.txt file included in the repository:

    pip install -r requirements.txt
  6. Run the Application: Finally, you can run the application using the following command:

    • On Windows:
      runas /user:Administrator "python main.py"
    • On Unix or MacOS:
      sudo python main.py

That's it! You should now be able to use Network Alchemist on your local machine.

Documentation

The Software Requirements Specification (SRS) document for Network Alchemist can be found here.

Future Scope

Future enhancements could include the ability to save command outputs for future reference, and the integration of more advanced network troubleshooting tools.

License

This project is licensed under the MIT License.

network-alchemist's People

Contributors

muhit-khan avatar

Watchers

 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.