Projects with this topic
-
Pixel-Matrix-Language (PXLM) is a human-readable image file format designed for storing pixel color data as a matrix of hexadecimal color codes. It is particularly useful for developers and AI tools, helping with debugging, visualization, and error c
Updated -
A simple command-line calculator written in Python. This script performs basic arithmetic operations including addition, subtraction, multiplication, and division.
Updated -
Learn how to leverage Python's amazing tools to scrape data from other websites. The end goal of this course is to scrape blogs to analyze trending keywords and phrases. We'll be using Python 3.6, Requests, BeautifulSoup, Asyncio, Pandas, Numpy, and
Updated -
Migrated from GitHub — pratyush0898/Mandelbrot-set
Updated -
A simple password generator script written in Python. This tool generates a random password using a mix of uppercase and lowercase letters, digits, and special characters.
Updated -
This is A.I made up of Python programing launguageUpdated
-
A simple Pythagorean theorem calculator implemented in Python.
Updated -
Migrated from GitHub — pratyush0898/Unit-converter
Updated -
Flappuccino is a game created in 48 hours for the PyGame Community New Years Jam using Python with Pygame.
Updated -
A simple Python script to validate email addresses using regular expressions. This project checks if an email is correctly formatted according to standard rules.
Updated -
Type-Broker is a Python script with a Tkinter graphical interface to automate typing on TypeRacer. It works by finding the TypeRacer window, taking a screenshot, performing OCR to extract the text, and then automaticall
Updated -
AI at OpenAI is a Python script integrating OpenAI's GPT with a database for dynamic responses.
Updated -
This repository contains a collection of fun and interactive games built using the Pygame library in Python. Each game is a standalone project that demonstrates different aspects of game development, from simple mechanics to more complex gameplay.
Updated -
This project is a simple Python script that uses the pyautogui library to randomly move the mouse cursor within a specified range on the screen. The script runs in an infinite loop until interrupted by the user (using Ctrl + C), making it useful for
Updated -
Welcome to the Calculator in All Programming Languages repository! This project aims to implement a simple calculator in various programming languages.
Updated -
This repository contains Python code for various programming concepts and examples. The main script, main.py, demonstrates the application of fundamental programming principles using Python.
Updated -
A Python project to automatically organize files in a directory based on their file types. The script moves files into corresponding folders (like Images, Documents, Videos, etc.) to keep your directories tidy.
Updated -
NNMDC is a neural network model built from scratch to classify handwritten digits from the MNIST dataset. It demonstrates basic principles of machine learning such as forward and backward propagation, gradient descent, and loss calculation. The proje
Updated