SkillAgentSearch skills...

PyDeskband

A Python-controlled Deskband for Windows

Install / Use

/learn @csm10495/PyDeskband
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyDeskband

PyDeskband is a multi-part project with two interconnected pieces of code.

C++

There is a C++ DLL that is loaded via regsvr32.exe (into Windows Explorer) to create and paint a Deskband on the Windows Taskbar.

Python

The Python front-end contains a means to control the C++ backend to control what is painted onto the Deskband. After installing the dll, it's easy to manipulate the deskband:

<img src="https://i.imgur.com/TJkWOhb.png">

Note that the APIs are still being designed and subject to change.

What is a Deskband?

A Deskband is an additonal toolbar placed on the right-hand-side of the Windows Taskbar. Interestingly, enough they are considered deprecated as of Windows 10, but as of this writing still work just fine. Here is some documentation that includes high-level information on Deskbands.

Any Other Deskband Examples?

Another example of a deskband is XMeters

License

MIT License

Related Skills

View on GitHub
GitHub Stars12
CategoryDevelopment
Updated1y ago
Forks4

Languages

C++

Security Score

75/100

Audited on Jun 4, 2024

No findings