4

I've had a look around but haven't been able to find anything to get close to doing what I want.

I want to make my Python script launch as a minimised system tray application or have the ability to minimise to system tray and also have the ability to make system tray notifications

Any one have any ideas/libraries or examples?

Thanks - Hyflex

3

1 Answer 1

1

I would start by reading this.

Then as our friends here suggested in the comments , you could use SysTrayIcon.py to show your application in a system tray .

As of displaying notifications you should check Win32 Python Extensions which has an example in Lib\site-packages\win32\demos\win32gui_menu.py . that should help you get started .

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.