mirror of
https://github.com/0x5t4l1n/Keylogger.git
synced 2026-05-26 19:36:31 +00:00
b0246b4e6f
Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
11 lines
193 B
Python
11 lines
193 B
Python
"""
|
|
Keylogger Package
|
|
Educational keylogging tools for security awareness.
|
|
|
|
For educational purposes only.
|
|
"""
|
|
|
|
__version__ = '0.2.0'
|
|
__author__ = 'Stalin-143'
|
|
__license__ = 'See LICENSE file'
|