Socket
Socket
Sign inDemoInstall

autofiller

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autofiller

A small popup to input various random data for you


Maintainers
1

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.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc