Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 761 Bytes

File metadata and controls

37 lines (23 loc) · 761 Bytes

IP and Domain Converter

A simple web application to convert IP addresses to domain names and vice versa. The backend is powered by Flask and the frontend uses HTML, CSS, and JavaScript.

Features

  • Convert IP addresses to domain names
  • Convert domain names to IP addresses

Prerequisites

  • Python 3.x
  • Flask

Setup

  1. Clone the repository

    git clone https://github.com/yourusername/ip-domain-converter.git
    cd ip-domain-converter

Create and activate a virtual environment

python -m venv venv source venv/bin/activate

Install the required packages

pip install Flask

Running the Application Start the Flask server python app.py

Open your browser and navigate to

http://127.0.0.1:5000/