GiacomoLaw / Keylogger

A simple keylogger for Windows, Linux and Mac
https://simple-keylogger.github.io/
MIT License
2.06k stars 617 forks source link

add package and setup.py file #63

Closed GreatBahram closed 5 years ago

GreatBahram commented 5 years ago

Hi I changed the package structure to be able to put it on pypi and I think it'd be better to add cli for this package instead of just running it ( i've forgotten to say I did that for linux version).

have fun

GiacomoLaw commented 5 years ago

In addition, please make sure all documentation files are up to date 🙂

Thanks!

GreatBahram commented 5 years ago

Hi dude, In the past, you could only clone the repository and then run the python file. in this version, first you should upload the code on pypi and then the users only need the install this package via their package manager (pip install keylogger). That's it. There is no need to copy or clone or even install its dependencies. all of that handles by python package. if it would be possible please add cli in its todo file. since right now you should call the program with some environmental variable in order to control it. So it think, a cli can be very useful.

GiacomoLaw commented 5 years ago

Awesome, thanks. Did not know that! Don't have much experience with Python - I only made the base, and then contributors improved it a lot.

Thanks, merging now.

GiacomoLaw commented 5 years ago

I'll distribute it later today to Pypi.

GreatBahram commented 5 years ago

My pleasure, good luck bro