Skip to main content

A small popup to input various random data for you

Project description

autofiller

PyPI - Version PyPI - Python Version

A small popup to input various random data for you.

There's 2 options to use this. By default, the popup opens as soon as you run the program, so adding "python -m autofiller" as a global short works great.

You can also run "python -m autofiller -d &" to have it run in the background, detect when you press the keyboard shortcut, and open the window.

You can also customize the keyboard shortcut like this:

python -m autofiller -d -m meta -k r
# or
python -m autofiller --deamon --modifier ctrl --key 5
# or
python -m autofiller -d -m none -k f3

Table of Contents

Installation

Note that, due to one of the dependancies, clang needs to be installed on your system:

sudo apt-get install clang
sudo dnf install clang
# ...etc

Then you can install the library itself:

pip install autofiller

License

autofiller is distributed under the terms of the MIT license.

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

autofiller-1.0.2.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

autofiller-1.0.2-py3-none-any.whl (4.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