Skip to content

Tool to paste the clipboard one letter at a time.

License

Notifications You must be signed in to change notification settings

akshualy/PastePrime

Repository files navigation

PastePrime

A tool to paste clipboard contents one key at a time. Bypasses the Warframe bug that prevents using Ctrl + V.

Requirements

For development, you need at least

Installing

After installing poetry, you can open a command line with the project as the working directory and run

poetry install --with dev

Running

It is possible to run the project with

python main.py

But I recommend bundling to an exe with

pyinstaller PastePrime.exe

The exe allows auto-starting it with Windows.

Caveats

For now, only Windows is supported for auto-starting.

Contributing

Any contribution is welcome. However, the project uses automatic linting tools.
Please run these commands before opening a pull request:

black .
isort .
flake8

About

Tool to paste the clipboard one letter at a time.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages