Furniture
Furniture
ON
"Keylogger"
Submitted To
Submitted By
Er. Manisha
I hereby declare that the project work entitled “Keylogger” submitted to the “Er. MANISHA”
is a record of an original work done by me under the guidance of “Er. VANITA RANI’, head
of department computer science and engineering Indo Global College of engineering
Abhipur, and this project is submitted in the partial fulfilment of the requirements for the
award of the degree of matter of Technology in Computer Science & engineering.
ACKNOWLEDGEMENT
I express my sincere gratitude to Ms. Vanita Rani (HOD, CSE) and Er. Manisha (A.P, CSE)
for her valuable guidance and timely suggestions during the entire duration of my training
work, without which this work would not have been possible. I would also like to convey my
deep regards to all other faculty members of CSE, who have bestowed their great effort and
guidance at appropriate times without which it would have been very difficult on my part to
finish this work. Finally, I would also like to thank my friend for their advice and pointing
out my mistakes.
Signature of Student:
Python
Project Overview:
Objective: Create a keylogger in Python that captures keystrokes and sends them via email or
saves them as log files.
Modules Used: keyboard: Allows complete control of the keyboard, including hooking
global events, registering hotkeys, and simulating key presses.
Smtplib : Used for sending email using the SMTP protocol (e.g., Gmail).
Functionality:
At regular intervals, report the content of the string variable via email or save it locally.
Implementation Steps:
i. https://www.youtube.com
ii. https://www.google.com/
iii. https://www.w3schools.com/
iv. https://www.javatpoint.com/
v. https://www.python.net/
vi. https://www.geeksforgeeks.org/
vii. https://www.tutorialspoint.com/