Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am michamucha on github.
  • I am jmucha (https://keybase.io/jmucha) on keybase.
  • I have a public key ASC5MznOVnoTMjchP8-W5QWId39qBADG8DwHn4BrJ7SrZgo

To claim this, I am signing this object:

from time import sleep
import pyperclip
c = pyperclip.paste()
try:
while True:
sleep(.2)
z = pyperclip.paste()
if z != c:
print(z)
"""
Version retrieving.
This is free and unencumbered software released into the public domain.
Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.