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
FilterX is an innovative webcam application that enhances your video feed with artistic filters like X-ray, sepia, and night vision. Capture stunning images and explore vibrant colors with intuitive controls. FilterX transforms every moment into a unique visual experience, redefining creativity and expression in real time.
The "Terminal Based Maze Solver" project is a Python implementation featuring a maze generator and a depth-first search algorithm to find a solvable path from the starting to the ending point in a randomly generated maze. The program provides a user-friendly console interface for interaction and exploration of maze solutions.
This is a Python-based quiz application designed to present users with boolean questions. It features an interactive interface and tracks the user's score throughout the quiz. Simply clone the repository, run the program, and start testing your knowledge!
Turtle Racing is a fun game using Python's turtle and random modules. Six colorful turtles race to the finish line, and players bet on a turtle's color. If their choice wins, they win! Turtles start aligned on the x-axis, with varying y-positions and random speeds, making each race unpredictable and exciting.
The Fancy Coffee Machine project is a Python-based application designed to practice Object-Oriented Programming (OOP) principles. This interactive program simulates a coffee-making machine, allowing users to select drinks, manage ingredients, and handle payments.
A Python program that simulates a thrilling turtle race using the Turtle module. Users can place bets on their favorite turtle, and then watch as colorful turtles dart across the screen in a random race to the finish line. Who will emerge victorious? Run the script to find out!
A calculator program for basic arithmetic operations (add, subtract, multiply, divide) with interactive functionality. It allows reusability by continuing with previous results or starting afresh. Features include a user-friendly interface, dynamic operation mapping using functions and dictionaries, and integration of a custom logo from `art.py`.
This Python application utilizes the Tkinter library to create an interactive flashcard program for practicing French and English vocabulary. Users can flip through randomly presented French words and reveal their English translations. Additionally, users can mark their familiarity with each word, allowing for personalized learning sessions.
Introducing our Discord bot dedicated to helping your server stay updated with the latest job offers effortlessly. Stay informed and connected with job listings directly fetched to your Discord channels. Simplify job hunting and keep your community engaged with real-time updates.
This Python code simulates a coffee machine, allowing users to virtually purchase espresso, latte, or cappuccino. It tracks ingredients (water, milk, coffee), processes coin payments, and provides reports. Designed for coffee enthusiasts, programmers, and business owners to explore coffee selection, practice Python concepts.
This Python project visualizes hurricane paths on a map using Turtle graphics, allowing users to input a storm name and displaying the hurricane's path and category based on wind speed. The code demonstrates proficiency in data manipulation, visualization, and user interaction.
The Blind Auction Project allows users to participate in an auction where they can input their bids. The program collects user data (name and price) and stores it in a dictionary. It checks whether new bids need to be added and compares the bids to identify the highest one.
This project implements an AI agent to play Connect 4 using advanced search algorithms and heuristics. The AI is designed to simulate competitive gameplay with efficient decision-making, utilizing minimax-based techniques enhanced by optimizations like alpha-beta pruning and caching.