URL To IP Converter – Python Script

Overview

This is a simple GUI Software that converts any URL to an IP Address.

It is coded using Python3 and Tkinter as the GUI Module.

Features

  • Simple To Use
  • Coded Using Python3
  • A GUI Software

Requirements

  • Python3.x Installed
  • Tkinter Module

Instructions

  • Extract the file from the SCRIPT folder; “url-to-ip.py”
  • Open your python IDE or Terminal.
  • Run the script using “python3 url-to-ip.py”

Related