In this episode of python for hacking we learn how to make a basic keylogger in python. We use python 3 to make a keylogger that will log keys to a file. This will help you learn python. This video also assumes you already have watched my first video and already have python installed. In this video I teach you how to install packages with pip and I teach you how to use python import statement. We use the python package pynput in order to create a basic keylogger. This will work on any device. I hope this python keylogger video helps you guys out . Be sure to subscribe so you don't miss out on any of my python programming for beginners videos. I hope this python tutorial helps you learn python. This video is more for python3 beginners as it's more of a python 3 basics video meant for beginners of python for hacking. Hope you guys enjoy this free python keylogger.
0:00 Intro
0:37 Installing pynput with pip
0:56 Python import statements
1:48 Setting up our variables
2:14 Create on_press user defined function
5:30 Create write_file user defined function
8:40 Create on_release user defined function
9:14 Create with statement
10:18 Show how coded works
11:16 Showing finished code
11:41 Outro
#freekeylogger #python #keylogger #python3.x