Metadata-Version: 2.1
Name: Dpowers
Version: 0.0.3rc3
Summary: Unified Interface for automatic interaction
Home-page: https://github.com/dp0s/Dpowers
Author: DPS
Author-email: dps@my.mail.de
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pynput (>=1.6.8)
Requires-Dist: pystray (>=0.15)
Requires-Dist: Dhelpers (==0.0.3c3)
Requires-Dist: evdev-prepared (>=0.2c1)

Written for Python 3.6+

Installation:
sudo pip install Dpowers

Further dependencies:
sudo apt install xdotool wmctrl zenity yad xsel xclip x11-xserver-utils python3-tk


Start your Script e.g. with the following lines:

from Dpowers import *

ThisScript().terminate_other_instances()  
Icon().start()

Documentation and/or more examples will be added later.


