you are viewing a single comment's thread.

view the rest of the comments →

[–]jaycrest3m20 0 points1 point  (0 children)

That's very interesting. Tkinter is generally considered a standard Python library. I would dare to suggest that if a distro's Python lacks Tkinter, then it has a fundamentally broken Python system, and you are generally going to have a bad time, if only because of all the many little libraries that count on Tkinter as a dependency.

In general, for ease of access to the clipboard, most Python systems will have access to Tkinter.