How to Get Mouse Clicks in Python
Aug 28, 2017•Channel
AI Analysis
Data from YouTube Data API v3•Updated Just now
Video Overview
Video Details
PublishedAug 28, 2017
Duration2:55
Video IDkJshtCfqCsY
Languageen
CategoryEducation
PrivacyPublic
Made for KidsNo
Video TypeRegular Video
Performance Metrics
Views82.2K
Likes838
Comments203
Engagement Rate1.27%
Likes per 100 views1.02
Comments per 1K views2.47
Video Tags
Description
This is a python 3 mouse logger which will work on Windows, macOS and Linux. It tracks mouse clicks, movements and scrolls. I show you how to record the three mouse events with pynput and how to store them in a log file at the end.
🌎 Post with code and a written tutorial: http://nitratine.net/blog/post/how-to-get-mouse-clicks-with-python/
📺 How to setup pip: https://youtu.be/cm6WDGAzDPM
📺 Python Keylogger: https://youtu.be/DTnz8wA6wpw
📺 Auto Py to Exe: https://youtu.be/OZSZHmWSOeM
Currently pyinstaller is not supported by python 3.6, use 3.4 or 3.5.
Feel free to comment if you have difficulties.
🐍 In this video I use Python 3.5.
👍🏼 Feel free to comment with any issues.