Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.33 KB

README.md

File metadata and controls

70 lines (45 loc) · 1.33 KB

IP Checker

  • You can check your latest IP information like IP Versions , Country , City , Region , Postal , Latitude & Longitude , TimeZone , Current Info, Country Population , Country Area , ASN , Network Provider etc .

  • And also you can enter new IP Address of Any website get information IP Versions , Country ,City , Region , Network Provider etc etc .

Table of Contents

If your README is long, add a table of contents to make it easy for users to find what they need.

About

Project Name IP Checker
Version 1.0.1
Modules Library Name Version
Python 3.10.8
Flask 2.2
HTML 5
CSS 3
Boostrap 5.1.3

Installation OR Run Locally

Clone the project

  git clone https://github.com/one-numan/ipChecker.git

Go to the project directory

  cd ipChecker

Install Python dependencies

  pip install -r requirements.txt

Start the server

  • For Windows

    python app.py
    
  • For Linux

    python3 app.py
    

High Level Design

Run this Project