https://github.com/kalebu/python-keylogger
A minimal keylogger that accurately tracks keyboard strokes made in Python
https://github.com/kalebu/python-keylogger
cybersecurity cybersecurity-tanzania keylogger-python python-keylogger python-projects python-tanzania tanzania
Last synced: 16 days ago
JSON representation
A minimal keylogger that accurately tracks keyboard strokes made in Python
- Host: GitHub
- URL: https://github.com/kalebu/python-keylogger
- Owner: Kalebu
- License: mit
- Created: 2021-02-23T19:42:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-23T20:34:07.000Z (about 4 years ago)
- Last Synced: 2025-05-06T13:10:55.693Z (17 days ago)
- Topics: cybersecurity, cybersecurity-tanzania, keylogger-python, python-keylogger, python-projects, python-tanzania, tanzania
- Language: Python
- Homepage: https://kalebujordan.dev/make-your-own-key-logger-in-python/
- Size: 238 KB
- Stars: 21
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-keylogger
A minimal keylogger that accurately track keyboard strokes made in Python
Image by Markus Spiske from PixabayGetting started !
-----------------Clone | Download the Repository => then open a terminal | command prompt to your project, and then run the **app.py** script and your keylogger should up spying on every keystroke you will ever write
```bash
git clone https://github.com/Kalebu/python-keylogger
cd python-keylogger
python app.py
```keylogs.txt
------------A keylogger will automatically open a new file on your project directory and then start storing yours keys, to change the filename, or directory to store the logs, open the script and then adjust the filename at the bottom of script just as illustrated below;
```python
if __name__ == '__main__':
logger = KeyLogger(filename="path-to-logs-file.txt')
logger.main()
input()
```For Education purpose only !!!
------------------------------The script itself tells, this script is only for educational purpose only, just try it on your computer and use what you know as a faithul warrior who is welly equiped with martial arts but doesn't use it to punish those who don't.
wanna contribute
-------------------If you have gotta anything to add to the script, please do
-> Fork it
-> Create a new branch (feature-name)
-> Submit your pull requests
-> You're merged congrats !!!Facing issues ?
----------------If you're facing any issue with the usage of script, well you have (google) so use it well or if you're to lazy to google just raise an issue on this repository.
learnt something
-----------------Hope you learnt something, then just give it star & share it to more of your friends as it founds you
Credits
-------All the credits to [kalebu](https://github.com/Kalebu)