Sefrwahed / Alfred

Modular bot
MIT License
4 stars 1 forks source link

Cross platform notification #9

Open m-anwr opened 8 years ago

m-anwr commented 8 years ago

Try to create a Windows/Unix app in python that fires notification, introducing the same UX, and using the 3rd party libs

muhakh commented 8 years ago

This can be done via kivy using https://kivy.org/docs/api-kivy.uix.popup.html

m-anwr commented 8 years ago

@muhakh Sadly, It shows an android styled popup, try it urself

m-anwr commented 8 years ago

@muhakh I can show notification through the tray icon ,, but do you think this is enough?