ChopChop was created as an alternative for bulkier screenshot tools such as windows default snipping tool or Screenpresso.
Run ChopChop by running dist/ChopChop.exe
On first run Windows may show a warning - just click "more info" and "run anyway"
The goal is to be as quick, lightweight and minimalistic as possible - to accomplish the same things with fewest mouse clicks possible.
copy image to clipboard
save image to file
edit image in MS paint
create a delayed snip
to see all your previously saved snips, just press right mouse button anywhere on the screen or choose "folder" option from the context menu
pick the "email" option from context menu to create a new email with your snip in the body (requires email client, eg. Outlook)
pick "edit" to open the current snip in MS paint to edit and copy/save
to create a delayed snip, choose the "delay" option and pick delay in seconds using the slider
git clone https://github.com/raczynskid/ChopChop.git
pip install -r requirements txt
[path to your pythonw (the "w" means no console window)] [path to __main__.py]
example:
If you want to help improve ChopChop, feel free to fork this repository or log an issue/enhancement. Keep in mind the main goal is to keep the UI to an absolute minimum! Make sure your feature does not add too many knobs, ticks or buttons!