Skip to content

one-numan/ipChecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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