Skip to content
#

user-input-handling

Here are 30 public repositories matching this topic...

Rock, Paper, Scissors is a simple game where two players choose one of three options: rock, paper, or scissors. The rules are: rock beats scissors, scissors beats paper, paper beats rock. If both choose the same option, it's a tie.

  • Updated Aug 26, 2024
  • Jupyter Notebook

Python number guessing game: Computer picks a random number, user tries to guess it. Computer gives hints (too high/low). Repeat until correct. Add difficulty levels, limited tries, or scoring for more challenge.

  • Updated Aug 17, 2024
  • Python

This C++ program demonstrates basic object-oriented programming principles through the implementation of a Fraction class. It includes constructors, destructor, operator overloading, and exception handling for division by zero. Users can input two fractions, and the program will calculate their sum.

  • Updated Sep 29, 2023
  • C++

This Python script creates a chat application using Tkinter. Users can interact with a bot that fetches info from Wikipedia, displays images from Unsplash, and downloads YouTube videos. It features logging for error handling.

  • Updated Jun 6, 2024
  • Python

Welcome to my journey in web development!! I have worked on several projects using HTML, CSS and Python (Flask) to develop interactive and functional web pages. This repository showcases my progress, including: Frontend designs using HTML & CSS Backend implementation with Flask Web applications demonstrating API usage and database integration.

  • Updated Feb 13, 2025
  • Python

Improve this page

Add a description, image, and links to the user-input-handling 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-input-handling topic, visit your repo's landing page and select "manage topics."

Learn more