Skip to content

adadesions/PyKLogger

Repository files navigation

Build Status Contributors MIT License


Logo

PyKLogger

A simple key logger program written in Python with GUI powered by Kivy.
Explore the docs »

· Report Bug · Request Feature

Screenshots

Startup Screen

startup

Recroding Screen

Recording

Stopping Screen

Stopping

Built With

PyKLogger written in Python and using Kivy as GUI framework

Getting Started

PyKLogger is provide both CLI and GUI for user.

Prerequisites

  • Python 3.5+
  • Pip 19.1.1+
  • Kivy 1.10.1+
  • pygame 1.9.6+
  • pynput 1.4.2

Installation and Usage

  1. Clone the repo
git clone https://github.com/adadesions/PyKLogger.git
  1. Install dependency
cd PyKLogger
pip install -r requirements.txt
  1. Running
# GUI
python3 GUI_main.py

# CLI
python3 pyklogger.py

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature-AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature)
  4. Push to the Branch (git push origin feature-AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

About

A simple key logger program written in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages