Skip to content

A simple program that copies predefined text to the clipboard using the "Run" command in Windows

License

Notifications You must be signed in to change notification settings

Tezcatlipoca0000/my_mclip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple program that copies predefined text to the clipboard using the "Run" command in Windows

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published