user-input

There are 188 repositories under user-input topic.

  • quasilyte/ebitengine-input

    A Godot-inspired action input handling system for Ebitengine

    Language:Go782198
  • jeffrimko/Qprompt

    Python library for quick CLI user prompts, input, and menus.

    Language:Python574137
  • CogentRedTester/mpv-user-input

    API to allow mpv scripts to request user text input

    Language:Lua51366
  • tawesoft/untrusted.py

    Safer Python with types for untrusted input

    Language:Python33301
  • crystal-term/prompt

    A beautiful and powerful interactive command line prompt

    Language:Crystal31342
  • burl/inquire

    a collection of common interactive command line user interfaces

    Language:Go21411
  • ReFreezed/InputField

    Text input handling library for LÖVE.

    Language:Lua21502
  • nwagu/forms

    A user input management library

    Language:Kotlin20224
  • soixantecircuits/piano

    Desktop browser based on screen keyboard for touch screens

    Language:CSS2011233
  • rimuy/GameJoy

    simple composable input library for roblox

    Language:TypeScript18092
  • elmarmut75/Arduino-1602-2004-LCD-menu

    Arduino menu library for LCD displays 16x2 and 20x4

    Language:C++11100
  • balance-platform/ex_pression

    Evaluate user input expressions

    Language:Elixir10363
  • lucthienphong1120/form-validate

    Form validate user input for securing webapp

    Language:HTML9241
  • Matthias1590/InputValidation

    A python module to validate input.

    Language:Python7100
  • SwiftsNamesake/proper-keyboard

    No one should ever have to memorise or look up key codes. Seriously.

    Language:Elm7203
  • calvinmclean/survey

    A Gleam library to easily create rich and interactive prompts in the terminal for user input

    Language:Gleam5100
  • PnsDev/SignAPI

    📜 A Spigot API for the creation of text inputs thru in-game sings.

    Language:Java5101
  • coxley/rtprompt

    Realtime CLI prompts (without curses)

    Language:Go4200
  • stephen-fox/user32util

    Package user32util provides helper functionality for working with Windows' user32 library.

    Language:Go4212
  • ugurmumcuyilmaz/ROS1-ROS1_bridge-ROS2-and-AirSim

    Controlling Vehicles with ROS1_bridge and ROS2 on Ubuntu 20.04 - AirSim Simulation Environment

    Language:Python4103
  • maandree/libterminput

    [Feature complete] Terminal input parsing library

    Language:C3301
  • petalbot/Affirmarator

    Generate affirmations with different styles

    Language:Python3100
  • PhpGt/Input

    Encapsulated and type-safe user input.

    Language:PHP33423
  • 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!

    Language:Python3100
  • arnab132/Matrix-Multiplication-With-User-Input-Python

    Implementation of Matrix Multiplication using Python taking User Input

    Language:Python2101
  • 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

    Language:Python2200
  • RemotePatientCare

    MEmirAkay/RemotePatientCare

    Remote Patient Care

    Language:C#2103
  • 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.

    Language:HTML2100
  • 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.

    Language:C110
  • 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.

    Language:Python1100
  • 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.

    Language:Python110
  • 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.

    Language:Python110
  • 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.

    Language:Python110
  • 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.

    Language:Python110