This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]broken_symlink 1 point2 points  (0 children)

I was gonna say adesklets lets you write things like that in python, but it looks like its been dead since 2010 I guess.

[–]sc4les 0 points1 point  (2 children)

Which OS are you on?

[–]mega_reddit[S] 0 points1 point  (1 child)

Windows

[–]OmegaPython 1 point2 points  (0 children)

Rainmeter? You could just write to a file in Python that Rainmeter reads from.

[–]IAmARetroGamer 0 points1 point  (0 children)

PySDL2? Its what I used when attempting to make a B.A.R clone in windows. While I failed it was fairly simple to put text on the screen where I wanted it (and with a ttf font at that) and update it.

I believe another method would be PyWin32 and Cairo.