App-Switch lets you easily close apps that are running on your PC. It searches for the app you want to close and shuts it down. If the app tries to start up again, App-Switch will keep making sure it stays closed—unless you turn it off. (Works on Windows with Python 3.11.9)
If you don’t have Python or aren’t sure what it is, no problem! Just follow these 3 easy steps:
- Go to the Releases section and download the
.zipfile. 📥
- Go to your Downloads folder.
Right-click the
.zipfile and choose Extract All. Pres Enter and wait for it to unzip. 📂
-
Open the folder you just extracted. 📂
-
Scroll to the bottom and double-click
app_switchto run it. ⚙️
(If there’s another folder with the same name inside, open that first to find app_switch.)
If you have Python 3.11.9 or higher installed, follow these steps to get App-Switch running:
- Click the green Code button and download the
.zipfile. 📥
- Go to your Downloads folder.
- Right-click the
.zipfile and choose "Extract All". Press Enter and wait for it to unzip. 📂
-
Open a terminal or Command Prompt in the folder where you extracted the files. 💻
-
Run this command to install the required libraries:
pip install -r requirements.txt
-
In the same terminal or Command Prompt window, run the following command to start App-Switch:
python app_switch.py
python --version.