Skip to content
View mjrodri's full-sized avatar
Block or Report

Block or report mjrodri

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Dash-Interactive-Application Dash-Interactive-Application Public

    Airline Performance Dashboard. Callback function. Interactive component to enter input year. Chart conveying the average monthly arrival delay.

    Python 1

  2. News-Summary-NLP-with-GUI News-Summary-NLP-with-GUI Public

    This Python script creates a user-friendly GUI using tkinter for summarizing news articles. It employs natural language processing tools like nltk and TextBlob, allowing users to input a news artic…

    Python 9

  3. Malware-Analysis-Tool-with-GUI Malware-Analysis-Tool-with-GUI Public

    This Python project is a malware analysis tool enhanced with a graphical user interface (GUI) using the tkinter library. The tool incorporates various malware analysis techniques and provides a use…

    Python 1

  4. yFinance-Stock-Lookup-GUI yFinance-Stock-Lookup-GUI Public

    This Python GUI application, built using tkinter and yfinance, allows users to enter a stock symbol or company name. Upon pressing the "Search" button, it retrieves and displays basic stock informa…

    Python

  5. Intrusion-Detection-System-GUI Intrusion-Detection-System-GUI Public

    The Intrusion Detection System (IDS) with GUI code is a Python project utilizing Scapy for packet sniffing and Tkinter for the graphical user interface. This IDS monitors network traffic, employs S…

    Python 2

  6. 2-Factor-Authentification-with-TOTP 2-Factor-Authentification-with-TOTP Public

    This Python script implements a basic Two-Factor Authentication (2FA) system using Time-based One-Time Passwords (TOTP). The script serves as a simple example and can be integrated into a desktop l…

    Python