James Webb Ports Telescope is a simple application designed to provide users with information about ports currently in use on their Windows system. The app displays a list of ports and, if available, provides links to corresponding Wikipedia pages for more information about each port.
- Displays ports currently in use on the system.
- Provides clickable links to Wikipedia pages for ports with associated information.
- Refresh button to update the list of ports.
- Run the application (exe).
- Click on the "Refresh Ports" button to update the list of ports.
- Click on a port to open its associated Wikipedia page for more information. (Not all ports have a wiki - feel free to add)
For: James Webb Ports Telescope V2.0 (Pro) import tkinter as tk from tkinter import ttk import psutil import webbrowser import os
For: James Webb Ports Telescope V1.0 import tkinter as tk from tkinter import ttk import psutil import webbrowser import os
This application is developed and "maintained" by Adrian. If you encounter any issues or have suggestions for improvements, feel free to reach out or contribute to the project on GitHub.
I hope and want people to use and help build this up! Enjoy.