GiacomoLaw / Keylogger

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

Provide compiled package(s). #146

Closed RokeJulianLockhart closed 12 months ago

RokeJulianLockhart commented 12 months ago

Is your feature request related to a problem? Please describe. I don't want to have to make this, but https://github.com/GiacomoLaw/Keylogger/releases appears to solely contain source code.

Describe the solution you'd like Submit to https://packaging.python.org/en/latest/tutorials/packaging-projects/#packaging-python-projects

Describe alternatives you've considered Submit to individual distributions' package managers. This would be better, but would require more work (even if using something great like https://openbuildservice.org/).

GiacomoLaw commented 12 months ago

It's open source - compile it yourself. It won't ever go onto any package managers or be distributed in a compiled way.

RokeJulianLockhart commented 12 months ago

https://github.com/GiacomoLaw/Keylogger/issues/146#issuecomment-1803273454

Why, @GiacomoLaw? By the way, better to close as not planned if it's... not planned.

GiacomoLaw commented 12 months ago

Because it's for educational purposes. For people to see how it's built. If I were to package and distribute it, its distribution of malware.

RokeJulianLockhart commented 12 months ago

https://github.com/GiacomoLaw/Keylogger/issues/146#issuecomment-1803353730

Only if that's the intention, surely, @GiacomoLaw? For me, I just want to record what I've been typing in the day in order to have a log (I also log everything sent to tty0, you see).

GiacomoLaw commented 12 months ago

It's easy enough to compile yourself. Releasing a compiled version would mean that anyone would be able to distribute and use it, which is not the intent.