Adrik-LOL / DesktopNotifier.PY

A Python lib based on plyer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DesktopNotifier.PY

A Python lib based on plyer

Docs

  pip install -i https://test.pypi.org/simple/ dnpy (Broken)

Download dnpy.py and put in your root folder :D

Code Examples

Notify

  import dnpy
  from dnpy import *
  
  # sendNotification.dnpy(title, message)
  dnpy.sendNotification("Hello", "How Are You?")

Execute Py Code

  import dnpy
  from dnpy import *
  
  # executeCode(code)
  dnpy.excuteCode('print("Hello, World!")')

Print on the console

  import dnpy
  from dnpy import *
  
  # dnpy.sendConsoleMessage(message)
  dnpy.sendConsoleMessage("Hello World") 

Help

  import dnpy
  from dnpy import *
  
  dnpy.Help() 

About

A Python lib based on plyer

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 100.0%