A simple key logger program written in Python with GUI powered by Kivy.
Explore the docs »
·
Report Bug
·
Request Feature
PyKLogger written in Python and using Kivy as GUI framework
PyKLogger is provide both CLI and GUI for user.
- Python 3.5+
- Pip 19.1.1+
- Kivy 1.10.1+
- pygame 1.9.6+
- pynput 1.4.2
- Clone the repo
git clone https://github.com/adadesions/PyKLogger.git- Install dependency
cd PyKLogger
pip install -r requirements.txt- Running
# GUI
python3 GUI_main.py
# CLI
python3 pyklogger.pyContributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature-AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature) - Push to the Branch (
git push origin feature-AmazingFeature) - Open a Pull Request
Distributed under the MIT License. See LICENSE for more information.


