Metadata-Version: 1.2
Name: KLplus
Version: 0.1
Summary: A simple Keylogger for OS Linux
Home-page: https://github.com/danbros/Plus_KLL.git
Author: Dan Barros
Author-email: dpb4fun@gmail.com
License: GPLv2
Description: # KLplus
        
        [![License: GPL v2](https://img.shields.io/badge/License-GPL%20v2-green.svg)](/LICENSE)&nbsp; &nbsp;
        [![Python 3.6](https://img.shields.io/badge/Python-3.6+-blue.svg)](https://www.python.org/downloads/release/python-360/)
        
        O KLplus é um Keylogger simples para OS Linux.
        
        ### Guia de instalação:
        
        #### Requisitos:
        * OS Linux
        * PIP
        
        
        Instalar pacote diretamente deste repositório usando .whl (requer pacote [wheel](https://pypi.org/project/wheel/)) (Recomendado):  
        `pip install https://github.com/user/repository/archive/branch.whl`
        
        Ou usando GIT (egg):  
        `pip install git+https://github.com/danbros/KLplus.git#egg=KLplus`
        
        Ou zip:
        `pip install https://github.com/danbros/KLplus/archive/master.zip`
        
        
        Depois execute o script plus_kl.py
        
        
        ### Autoria e contribuições:
        
        [**pyxhook.py**](/pyxhook)  
        * Uma implementação do [**pyHook**](https://pypi.org/project/pyHook/) (Windows) para sistemas Linux.  Clonado do repositório de [JeffHoogland](https://github.com/JeffHoogland/pyxhook), é um pedaço do código fonte de [**Simple Python Keylogger**](https://sourceforge.net/projects/pykeylogger/), sob licença GPL v2.
        
Platform: Linux
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: X11 Applications
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Natural Language :: Portuguese (Brazilian)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Logging
Requires-Python: >=3.6
