dualScreenStudy is a Python script for Mac for automating the apps I open when I get setup to study at home. It makes use of AppleScript to open the applications. Sets Amphetamine to an indefinite session, turns on Do Not Disturb, and launches Visual Studio Code on main desktop space. Opens Spotify and Safari in full screen mode. Opens Messages, WhatsApp, and Discord in a new desktop space.
In Terminal make the Python script executable by running the following:
chmod +x dualScreenStudy.commandYou can then run the script by double clicking on it.