Educational, a simple Python-base keylogger that captures keystrokes and sends them to a Telegram bot in real time.
-
Updated
Aug 2, 2025 - Python
Educational, a simple Python-base keylogger that captures keystrokes and sends them to a Telegram bot in real time.
NearestPair is a computational geometry project that efficiently finds the closest pair of points in a given set. This implementation leverages optimized algorithms such as the Divide and Conquer approach to achieve better performance than brute-force methods.
An interactive 4x4 sliding puzzle solver built in Python. Uses the A* search algorithm with Manhattan heuristic to find optimal solutions. Great for learning pathfinding algorithms and AI concepts.
Base-Lexer is a cross-platform Python analyzer that tokenizes and parses Go-like code into an AST with a user-friendly GUI. Designed for educational purposes to learn how compilers work.
A simple Forward Shell, for establishes a remote shell session that allows the execution of commands on the server interactively.
Python and Go script designed to analyze and compare different sorting algorithms, such as Bubble, Selection, Insertion, Mergesort and Quicksort algorithms.
Python code provides a command line interface ( C L I ) for managing and querying data in a SQL database.
Add a description, image, and links to the ch4rum topic page so that developers can more easily learn about it.
To associate your repository with the ch4rum topic, visit your repo's landing page and select "manage topics."