Skip to content
#

user-interaction

Here are 23 public repositories matching this topic...

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.

  • Updated Nov 3, 2024
  • Python

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.

  • Updated Jan 19, 2024
  • Python

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.

  • Updated Mar 16, 2025
  • Python

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`.

  • Updated Mar 16, 2025
  • Python

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.

  • Updated Mar 20, 2024
  • Python

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.

  • Updated Apr 9, 2025
  • Python

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.

  • Updated Mar 10, 2024
  • Python

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.

  • Updated Jan 26, 2025
  • Python

Improve this page

Add a description, image, and links to the user-interaction topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the user-interaction topic, visit your repo's landing page and select "manage topics."

Learn more