An open API service indexing awesome lists of open source software.

https://github.com/notshrirang/pasteastxtfile

Saves copied text as .txt file.
https://github.com/notshrirang/pasteastxtfile

copy-paste keyboard keyboard-shortcuts python

Last synced: 8 months ago
JSON representation

Saves copied text as .txt file.

Awesome Lists containing this project

README

          

# PasteAsTxtFile

Saves copied text as .txt file.

## Install requirements:
```
pip install keyboard
```

## Steps:
1. Clone this repo.
2. Run main.py.
3. Copy a text.
4. When file explorer is opened and Ctrl+V is pressed, copied text will be pasted as .txt file!

OS required : Windows only