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.
- Host: GitHub
- URL: https://github.com/notshrirang/pasteastxtfile
- Owner: NotShrirang
- License: mit
- Created: 2022-07-31T04:18:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-31T13:44:07.000Z (almost 4 years ago)
- Last Synced: 2025-07-29T02:43:46.041Z (11 months ago)
- Topics: copy-paste, keyboard, keyboard-shortcuts, python
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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