user-input
There are 188 repositories under user-input topic.
quasilyte/ebitengine-input
A Godot-inspired action input handling system for Ebitengine
jeffrimko/Qprompt
Python library for quick CLI user prompts, input, and menus.
CogentRedTester/mpv-user-input
API to allow mpv scripts to request user text input
tawesoft/untrusted.py
Safer Python with types for untrusted input
crystal-term/prompt
A beautiful and powerful interactive command line prompt
burl/inquire
a collection of common interactive command line user interfaces
ReFreezed/InputField
Text input handling library for LÖVE.
nwagu/forms
A user input management library
soixantecircuits/piano
Desktop browser based on screen keyboard for touch screens
rimuy/GameJoy
simple composable input library for roblox
elmarmut75/Arduino-1602-2004-LCD-menu
Arduino menu library for LCD displays 16x2 and 20x4
balance-platform/ex_pression
Evaluate user input expressions
lucthienphong1120/form-validate
Form validate user input for securing webapp
Matthias1590/InputValidation
A python module to validate input.
SwiftsNamesake/proper-keyboard
No one should ever have to memorise or look up key codes. Seriously.
calvinmclean/survey
A Gleam library to easily create rich and interactive prompts in the terminal for user input
PnsDev/SignAPI
📜 A Spigot API for the creation of text inputs thru in-game sings.
coxley/rtprompt
Realtime CLI prompts (without curses)
stephen-fox/user32util
Package user32util provides helper functionality for working with Windows' user32 library.
ugurmumcuyilmaz/ROS1-ROS1_bridge-ROS2-and-AirSim
Controlling Vehicles with ROS1_bridge and ROS2 on Ubuntu 20.04 - AirSim Simulation Environment
maandree/libterminput
[Feature complete] Terminal input parsing library
petalbot/Affirmarator
Generate affirmations with different styles
PhpGt/Input
Encapsulated and type-safe user input.
techbire/python-project
This is my python project portfolio includes a range of applications, from BMI and tip calculators to games like Rock, Paper, Scissors. Let's connect and explore the world of coding together!
arnab132/Matrix-Multiplication-With-User-Input-Python
Implementation of Matrix Multiplication using Python taking User Input
kenjyco/input-helper
Helpers for parsing user input, generating menus, transforming data, making comparisons, flexible argument acceptance (string to list/set), regex matching, and more
MEmirAkay/RemotePatientCare
Remote Patient Care
programmermap/big-list-of-naughty-locations
Locations that break your geocoding when dealing with user-generated locations
SourabGarg/News-Website
A News, Weather and Stocks website combined together to provide users with real-time news, weather, and stock market data. || Created with Python, Flask and HTML/CSS using News, Weather and Stock API.
danielathome19/C-Prime
C′ (C Prime) is a library for the C programming language that includes many standard library headers, macros, and functions to provide a more modern/high-level and user-friendly experience for C programmers.
qtle3/bmi_calculator
Calculate your Body Mass Index (BMI) by entering your weight and height. The Python program computes your BMI and tells you if you're within a healthy range, below it, or above it.
qtle3/stats
This repository contains two Python scripts, `stats_calculations.py` and `stats_user.py`, which provide a comprehensive toolset for performing statistical calculations. The program allows users to compute various statistical metrics such as mean, median, mode, variance, and standard deviation, all through a user-friendly command-line interface.
qtle3/temp_converter
This repository contains a collection of Python scripts designed to perform temperature conversions between Celsius and Fahrenheit using both command-line and graphical interfaces. The main script, temp_convert_gui.py, provides a user-friendly graphical interface for conversions, while the other scripts offer command-line functionality.
qtle3/u_name_generator
Generates unique usernames by combining the first initial, first 7 characters of the last name, and a random number, ensuring uniqueness by checking against a set of existing usernames.
qtle3/voter-elegibility
This program determines if a person is eligible to vote in the US elections. It takes input from the user to assess the following: Citizenship, Age, State Residency, and Felony Status.