{"id":15677837,"url":"https://github.com/kalebu/python-keylogger","last_synced_at":"2025-05-07T01:43:46.987Z","repository":{"id":103910882,"uuid":"341670028","full_name":"Kalebu/python-keylogger","owner":"Kalebu","description":"A minimal keylogger that accurately tracks keyboard strokes made in Python ","archived":false,"fork":false,"pushed_at":"2021-02-23T20:34:07.000Z","size":244,"stargazers_count":21,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-06T13:10:55.693Z","etag":null,"topics":["cybersecurity","cybersecurity-tanzania","keylogger-python","python-keylogger","python-projects","python-tanzania","tanzania"],"latest_commit_sha":null,"homepage":"https://kalebujordan.dev/make-your-own-key-logger-in-python/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kalebu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-23T19:42:56.000Z","updated_at":"2025-03-12T07:03:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"49daa473-db6e-4d2f-b50a-af28b70d8e2b","html_url":"https://github.com/Kalebu/python-keylogger","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fpython-keylogger","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fpython-keylogger/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fpython-keylogger/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kalebu%2Fpython-keylogger/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kalebu","download_url":"https://codeload.github.com/Kalebu/python-keylogger/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252798539,"owners_count":21805876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cybersecurity","cybersecurity-tanzania","keylogger-python","python-keylogger","python-projects","python-tanzania","tanzania"],"created_at":"2024-10-03T16:12:51.413Z","updated_at":"2025-05-07T01:43:46.960Z","avatar_url":"https://github.com/Kalebu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# python-keylogger\nA minimal keylogger that accurately track keyboard strokes made in Python \n\n![](image.jpg)\nImage by \u003ca href=\"https://pixabay.com/users/markusspiske-670330/?utm_source=link-attribution\u0026amp;utm_medium=referral\u0026amp;utm_campaign=image\u0026amp;utm_content=1734495\"\u003eMarkus Spiske\u003c/a\u003e from \u003ca href=\"https://pixabay.com/?utm_source=link-attribution\u0026amp;utm_medium=referral\u0026amp;utm_campaign=image\u0026amp;utm_content=1734495\"\u003ePixabay\u003c/a\u003e\n\nGetting started !\n-----------------\n\nClone | Download the Repository =\u003e 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 \n\n```bash\ngit clone https://github.com/Kalebu/python-keylogger\ncd python-keylogger\npython app.py\n```\n\nkeylogs.txt\n------------\n\nA 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;\n\n```python\nif __name__ == '__main__':\n    logger = KeyLogger(filename=\"path-to-logs-file.txt')\n    logger.main()\n    input()\n```\n\nFor Education purpose only !!!\n------------------------------\n\n 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.\n\n\nwanna contribute\n-------------------\n\nIf you have gotta anything to add to the script, please do \n    -\u003e Fork it \n    -\u003e Create a new branch (feature-name)\n    -\u003e Submit your pull requests\n    -\u003e You're merged congrats !!!\n\n\nFacing issues ?\n----------------\n\nIf 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.\n\n\nlearnt something \n-----------------\n\nHope you learnt something, then just give it star \u0026 share it to more of your friends as it founds you \n\n\nCredits\n-------\n\nAll the credits to [kalebu](https://github.com/Kalebu)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fpython-keylogger","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkalebu%2Fpython-keylogger","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkalebu%2Fpython-keylogger/lists"}