How to Get Mouse Clicks in Python

Опубликовано: 27 Август 2017
на канале: PyTutorials
80,108
832

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...

📺 How to setup pip:    • How to Setup Pythons PIP  
📺 Python Keylogger:    • Simulate Key Presses in Python  
📺 Auto Py to Exe:    • Convert PY to EXE Automatically  

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.