A tool to paste clipboard contents one key at a time. Bypasses the Warframe bug that prevents using Ctrl + V.
For development, you need at least
After installing poetry, you can open a command line with the project as the working directory and run
poetry install --with dev
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.
For now, only Windows is supported for auto-starting.
Any contribution is welcome. However, the project uses automatic linting tools.
Please run these commands before opening a pull request:
black .
isort .
flake8