You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Python-based DDoS tool for Termux enables stress testing with TCP, UDP, HTTP, and HTTPS flood attacks, featuring domain resolution, random ports, custom payloads, and multi-threading, designed for educational and ethical purposes only.
A Python tool for checking the validity of variable names, providing real-time feedback, correction suggestions, and an interactive, colorful interface using rich and pyfiglet.
This project is a Python-based User Authentication System using SQLite3 for database management, SHA-256 for password hashing, and regular expressions for email validation. It allows users to register, log in, access a home page, and log out securely, with simple command-line interaction and session management.
Palindrome Checker is a Python program that checks if a string reads the same forwards and backwards. It handles multi-line inputs, ignores non-alphanumeric characters, and is case-insensitive. Users can continuously test strings and receive formatted feedback on whether each string is a palindrome.
The Factorial Calculator is a Python program that computes the factorial of any non-negative integer using recursion. It provides clear, formatted results and handles invalid inputs like negative numbers. Simple to use, it helps users understand factorials and recursion concepts in Python.
A versatile desktop application for generating secure passwords and random numbers, validating emails and URLs, and toggling between dark and light modes. Built with PySide6 and QtPy, it features a user-friendly interface and customizable options for enhanced functionality and ease of use.
A customizable daily routine app built with PySide6 and SQLite3. It allows users to manage daily activities, toggle between dark/light modes, export/import routines in XML, and update tasks dynamically. The app features intuitive UI controls for editing, adding, and deleting routines, with a focus on ease of use.
A simple Python script that converts temperatures between Celsius and Fahrenheit. It provides a user-friendly command-line interface to input and convert temperatures, displaying results clearly. Ideal for quick conversions and learning basic Python programming concepts.
A Python Rock, Paper, Scissors game where you compete against the computer. Input your choice, and the program displays the computer’s choice along with the result. Simple, interactive, and easy to run, this game showcases basic Python programming and game logic.
The Advanced Digital Clock is a Python terminal application that displays the current date and time in a clean, 12-hour format with AM/PM notation. It features a continuously updating display and is cross-platform compatible, making it ideal for learning and integration.
A Python-based alarm clock allowing users to set multiple alarms with a user-friendly 12-hour AM/PM format. Features real-time monitoring, colorful terminal output using colorama, and automatic exit after all alarms trigger. Ideal for learning basic Python concepts.