Sigmanificient / pg-sublime-input

A sublime pygame ui as alternative to unsupported python input built-in.

Home Page:https://pypi.org/project/sublinput/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sublinput

Scrutinizer Code Quality Build Status GitHub code size in bytes Lines of code PyPI - Downloads

A sublime pygame ui as alternative to unsupported python input built-in.

Install

pip install sublinput

or

python -m pip install sublinput

Usage

You only needs to input the package then use the default input function as usual !

import sublinput

val = int(input("Enter a number: "))
print(val)

When an input function is called, the following windows will appear, with title being the input message.

Type in the windows as a usual input function.

Then press enter (not keypad enter) to submit the value.

An input-like log will be printed.

Enter a number : 42

Then it will return the submit value as a str.

You only need to remove the import sublinput from your code to disable it !

About

A sublime pygame ui as alternative to unsupported python input built-in.

https://pypi.org/project/sublinput/

License:MIT License


Languages

Language:Python 100.0%