jedahee / BasicKeylogger-Python-Security-Task

Classic Keylogger made with Python! NO FOR BAD PURPOSE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Keylogger

Classic Keylogger made with Python! This script was developed by me when I was a student, the purpose was student for the Python Security course.

Getting Started πŸš€

You need to clone the project in a local environment.

To run the script:

python /your/path/main.py

See Deployment for how to deploy the project.

Prerequisites πŸ“‹

You need have installed

Package name Version
Python 3.10
Cx-Freeze 6.15
Pynput 1.7.6

Installing πŸ”§

These are the next steps to be able to execute the project in your local environment:

You can use Git or Github to clone the project in a local environment. If you use Github you must click on the button that says 'Code' and then on 'Download Zip'. But if you use Git you can use the following command:

git clone https://github.com/jedahee/Minesweeper-Game-Python-CMD.git)

Next, you need to install the project dependencies, to do this, run:

pip install -r /your/path/project/requirements.txt

If you want generate the correct executable for your OS, you need to run:

python setup.py build

Deployment πŸ“¦

This project is not yet deployed.

Built With πŸ› οΈ

The entire project is made in:

Contributing πŸ–‡οΈ

This project is not open for new contributions

Versioning πŸ“Œ

This is the only version.

I used Git and GitHub for the versioning of this project

Authors βœ’οΈ

The different works I have done for this project:

  • Me - Initial Work and development - jedahee
  • Me - Documentation - jedahee

License πŸ“„

This project does not have any lincence.

Acknowledgments 🎁

  • Tell others about this project πŸ“’
  • Invite a beer 🍺 or a coffee β˜• to someone on the team.
  • Say thank you publicly πŸ€“.

About

Classic Keylogger made with Python! NO FOR BAD PURPOSE


Languages

Language:Python 100.0%