Monday, March 16, 2020

How To Create A Systray App

How To Make A Systray App With python. I made a simple clipboard saver that can store text and images with a single click. It runs from the Windows system tray and has a right-click menu. I think it's fairly cool.

from Python Coder
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...