Metadata-Version: 2.1
Name: Dpowers
Version: 0.1.0rc2
Summary: Unified Interface for automatic interaction
Home-page: https://github.com/dp0s/Dpowers
Author: DPS
Author-email: dps@my.mail.de
License: UNKNOWN
Description: 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 pywand
        
        
        Start your Script e.g. with the following lines:
        
        from Dpowers import *
        
        Icon().start()
        
        
        
        
        
        Documentation and/or more examples will be added later. I tested everything
         on my device, but it might still contain some bugs.
        
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
