Clipboardbuffers.py: Revision history

From Lucca's Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

12 December 2024

11 December 2024

10 December 2024

  • curprev 22:5722:57, 10 December 202445.27.172.161 talk 683 bytes −34 No edit summary undo
  • curprev 22:5622:56, 10 December 202445.27.172.161 talk 717 bytes +717 Created page with "import os import sys from PyHotKey import Key, keyboard from tkinter import * scriptFolder = (os.path.dirname(__file__)) def inputbox(inputBuffer): inputText = "No Input Given Yet" master = Tk() textbox = Entry(master) textbox.pack() textbox.focus_set() def onclick(pos): nonlocal inputText inputText = textbox.get() print(f"Clipboard buffer {inputBuffer} was set to: {inputText}") master.destroy() b = Button(..."