Git Product home page Git Product logo

ip_checker_gui's Introduction

Ip_Checker_Gui

Introduction

The AbuseIPDB Checker is a Python application with a graphical user interface (GUI) created using the tkinter library. This application allows users to check the abuse report for a given IP address using the AbuseIPDB API. It fetches information about the specified IP address and displays the results in a readable JSON format.

Table of Contents

  1. Getting Started
  2. Usage
  3. Development
  4. Contributing

1. Getting Started

Prerequisites

Before using the AbuseIPDB Checker, ensure that you have the following prerequisites installed on your computer:

  • Python: Python 3.x is recommended. You can download it from python.org.

Installation

  1. Clone the repository or download the source code.

    git clone https://github.com/yourusername/abuseipdb-checker.git
  2. Change to the project directory.

    cd abuseipdb-checker
  3. Install the required Python libraries using pip.

    pip install requests

2. Usage

Input

  • IP Address: Enter the IP address you want to check for abuse. This is the main input required for the application.

Output

  • Abuse Report: After clicking the "Check AbuseIPDB" button, the application will make an API request to AbuseIPDB. The abuse report for the specified IP address will be displayed in the text widget in a formatted JSON format.

Example

Here's how to use the AbuseIPDB Checker:

  1. Launch the application by running the Python script (abuseipdb_checker.py).

    python abuseipdb_checker.py
  2. Enter the IP address you want to check in the input field.

  3. Click the "Check AbuseIPDB" button.

  4. The abuse report for the specified IP address will be displayed in the text widget.

3. Development

If you want to contribute to the development of the AbuseIPDB Checker application, you can follow these guidelines:

Project Structure

The project directory is organized as follows:

  • abuseipdb_checker.py: The main Python script that creates the GUI and handles API requests.
  • README.md: Documentation for the application.
  • LICENSE: License information for the application.

Dependencies

The AbuseIPDB Checker has the following dependencies:

  • requests: Used for making HTTP requests to the AbuseIPDB API.

Building the Application

To make changes or extend the application, you can modify the abuseipdb_checker.py script. After making changes, you can test the application locally by running it with Python.

4. Contributing

Reporting Issues

If you encounter any issues with the AbuseIPDB Checker, please report them on the GitHub Issues page.

Pull Requests

We welcome contributions! If you'd like to contribute to the project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Make your changes and commit them with descriptive messages.
  4. Push your branch to your fork on GitHub.
  5. Create a pull request to the main repository's main branch.

ip_checker_gui's People

Contributors

yousseflayechi avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.