/Comet

Tool that lets you diagnose your network.

Primary LanguagePythonMIT LicenseMIT

Comet

🌐Tool that lets you diagnose your network.

Using few libraries and API i created simple TUI controled app that may help you diagnosing your machine... It lets you check if specyfic ports are open or closed, it can conduct IP lookups and more.

🎯Purpose

You are probably wondering... why? Well, first of all, this is fun project and pretty good way to develop skills. I also wanted to create very simple and lightweight tool that may be usefull for someone.

🛠️Setup

  1. Make sure you have python installed
python -V
  1. Download Comet.py
  2. In terminal run following command in order to install required modules - >
pip install colorama, ipregistry, speedtest-cli
  1. Navigate to the projects folder using cd (name of the next folder in path)
  2. In terminal run following command - >
python Comet.py

If all done correctly you should be able to use this program...

Keep in mind that this is early stage of this project... so far its not very complicated.

Feel free to visit my website