This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Requires AutoHotkey v2.0 | |
; Download the gist and double click to run | |
; Enhanced Anti-AFK Script with Window Controls & Styling | |
; This script prevents AFK detection by performing mouse movements | |
; Press Ctrl+Alt+S to start/stop the anti-AFK feature | |
; Press Ctrl+Alt+X to exit the script completely | |
; Global variables |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
topics = [ | |
'Python Basics (Variables, Data Types, Control Flow, Functions)', | |
'Object-Oriented Programming (Classes, Inheritance, Polymorphism)', | |
'File Handling and I/O Operations', | |
'Exception Handling and Error Management', | |
'Iterators, Generators, and Decorators', | |
'Regular Expressions', | |
'Web Scraping with BeautifulSoup and Scrapy', | |
'Web Development with Flask and Django', | |
'Data Analysis with NumPy, Pandas, and Matplotlib', |