Easy Life is a lightweight AutoHotkey-based productivity toolkit that bundles multiple scripts into one simple launcher.
It helps you boost efficiency with desktop shortcuts, transparency toggles, dark overlays, and more β all from a single starting point.
After extracting, you will see:
Easy Life 1.0.3/
β
βββ EasyLife.ahk
β
βββ Easy Life/
βββ Script Files/
βββ SimShort.ahk
βββ SwitchDesktop.ahk
βββ Transparency.ahk
βββ ExtremeDarkness.ahk
βββ (other scriptsβ¦)
EasyLife.ahk
is the launcher.- It looks for the folder:
C:\Program Files\Easy Life\Script Files
- If that folder exists β all
.ahk
scripts inside will be launched automatically. - If it doesnβt exist β youβll get an error message.
- If you donβt like a particular script, just delete it from
Script Files
.
Easy Life will skip it without crashing.
-
Download and extract Easy Life 1.0.3.
-
Copy the inner
"Easy Life"
folder into:
C:\Program Files\
Final path should look like:
C:\Program Files\Easy Life\Script Files\
-
Place
EasyLife.ahk
anywhere you like (Desktop, Startup, custom folder, etc.).
Example: if you put it in your Windows Startup folder, Easy Life will auto-run at login.
Note: AutoHotkey (v1.1) must be installed for Easy Life to work.
- SimShort.ahk β Custom keyboard shortcuts
- SwitchDesktop.ahk β Quick desktop switching
- Transparency.ahk β Adjust window transparency
- ExtremeDarkness.ahkβ Apply a dimming overlay for eye comfort
Shortcuts for these scripts are given in the
"EL Shortcuts.txt"
file.
You can also add your own.ahk
scripts into the folder β Easy Life will auto-launch them too.
- The
"Easy Life"
folder MUST be placed inside:
C:\Program Files\
Otherwise, the launcher will not work. - Removing individual scripts is safe.