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

Block or report BravoEchoN

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 Loading

  1. holochat holochat Public

    A chatbot inspired by 'iRobot's hologram program, echoing Dr. Lanning's quote: "My responses are limited. You must ask the right questions." Utilizes stored knowledge, AI techniques like Word2Vec f…

    Python

  2. notes notes Public

    This script creates a notepad application using tkinter, allowing users to add, save, delete, and view notes stored in a JSON file. The GUI features a list of note titles, a text area for content, …

    Python

  3. pmanager pmanager Public

    This Python script implements a secure password manager using encryption. It allows users to add, retrieve, generate, and delete passwords for various services via a command-line interface. A maste…

    Python

  4. pssf pssf Public

    This script provides a Tkinter-based GUI for port scanning and service finding. Users can scan a range of ports on an IP to identify open ports and their services, and look up or add port-service m…

    Python

  5. pyrun pyrun Public

    This Python Script Launcher GUI, built with Tkinter, lists Python files as buttons. Users can run scripts, view output/errors, and log results in "script_launcher_log.txt". A search bar filters scr…

    Python

  6. webpconvert webpconvert Public

    This Python script offers a GUI to convert WEBP images to PNG or JPEG using tkinter and PIL (Pillow). Users can select a WEBP file, choose the output format, and convert the image with one click. T…

    Python