An input pygame alternative for sublime text users.
Project description
Sublinput
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
n = int(input("Enter a number: "))
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 !
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file sublinput-1.0.1.tar.gz
.
File metadata
- Download URL: sublinput-1.0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8a88fc91990c23dd5403965119e2f41bb5d09cb65f6257e31831c5ec11dd623 |
|
MD5 | 62477de2965ceb60a13859e01855b5e9 |
|
BLAKE2b-256 | f39c3dc4a4167a0a12a384c5f509bd2086ebc9a0b159e17e172d42deb42d7169 |
File details
Details for the file sublinput-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: sublinput-1.0.1-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7596b1cb3d83848f5a30d7754f0ac8b01a9641e39332a8fc75d840cb92257320 |
|
MD5 | c3743de74a12e9f2423c453975c24d77 |
|
BLAKE2b-256 | 792669e5d0dab0450f9e71e443c857d395f83cca40bff2d220f083acaff47559 |