Skip to content

This is an ip logger to log informations about a particular ip address using python

Notifications You must be signed in to change notification settings

PRITAMSLEARNINGACCOUNT/IP-Logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

IP-Logger

Pre-Requisitory

  • Must Have Python Installed Latest Version

Installation

  1. Fork/Clone/Download this repo

    git clone https://github.com/PRITAMSLEARNINGACCOUNT/IP-Logger

  2. Install uv

    pip install uv

  3. Create a virtual environment for this project

    uv venv

  4. Load the virtual environment

    • On Windows Terminal: .venv\Scripts\activate
    • On Linux and Git Bash: source .venv/bin/activate
  5. Run uv pip install -r requirements.txt

  6. Run Iplog.py.

About

This is an ip logger to log informations about a particular ip address using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages