Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tezcatlipoca0000/my_mclip
A simple program that copies predefined text to the clipboard using the "Run" command in Windows
https://github.com/tezcatlipoca0000/my_mclip
copy py4e python3
Last synced: 13 days ago
JSON representation
A simple program that copies predefined text to the clipboard using the "Run" command in Windows
- Host: GitHub
- URL: https://github.com/tezcatlipoca0000/my_mclip
- Owner: Tezcatlipoca0000
- License: gpl-3.0
- Created: 2023-11-14T21:29:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-21T17:15:19.000Z (11 months ago)
- Last Synced: 2024-02-21T18:32:13.136Z (11 months ago)
- Topics: copy, py4e, python3
- Language: Python
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My mclip program
One of the example programs from the book "Automate the Boring Stuff with Python".
It copies a pre-defined text to the clipboard using the "Run" command on windows.
For example:
- click win + r (to open the "Run" command in windows)
- type mclip [key] (Where the key points to a pre-defined text)*The mclip.bat file has to be saved in the C:\Windows folder and the py.exe line within has to point to the actual path to the mclip.py file*