Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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*