Number
A number input widget that allows the user to input a numerical value.
Example

from inquirer_textual import prompts
if __name__ == '__main__':
result = prompts.number(message='Memory:')
print(result)
A number input widget that allows the user to input a numerical value.

from inquirer_textual import prompts
if __name__ == '__main__':
result = prompts.number(message='Memory:')
print(result)