Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xicor22/scrcpy_updater
Python based script for auto updating the Scrcpy
https://github.com/xicor22/scrcpy_updater
Last synced: 1 day ago
JSON representation
Python based script for auto updating the Scrcpy
- Host: GitHub
- URL: https://github.com/xicor22/scrcpy_updater
- Owner: xicor22
- Created: 2024-01-12T19:06:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T10:50:14.000Z (25 days ago)
- Last Synced: 2025-01-03T11:41:23.604Z (25 days ago)
- Language: Python
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Scrcpy Updater
Using a python script and task scheduler to auto update the Scrcpy.
🧐 Features
Here're some of the project's best features:
* Reduces the hassle of manually downloading and updating the repo on your machine
* the script is easy to read so use it for your other favourite repos🛠️ Installation Steps:
The default directory where the files will be saved is "C://Tools//Scrcpy".
Remember to change it to your desired directory.
Create a new task in the task scheduler:
In the general tab, Enter the task name.
Tick the checkbox for: "Run Whether user is logged in or not" & "Run with highest priviliges"
In the trigger tab, add a new trigger: On a schedule
Set the timings as per your choice.
In the Actions tab, add new action: Start a Program
addpython.exe
to the Program/Script & add "updater_script_path" to Add arguments
In the Conditions tab, tick the checkbox for Start only f following network connection is available. It's to make sure the script doesn't run when there's no internet connectivity.
Save the task. Everything's set now so you won't need to auto update the repo.
Credits:
All the credits goes toward the awesome developers involved in the development of Scrcpy. This is just a script i created in my free time.