Skip to main content

An input pygame alternative for sublime text users.

Project description

Sublinput

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

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sublinput-1.0.1.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

sublinput-1.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page