Skip to content

xicor22/Scrcpy_updater

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Scrcpy Updater

project-image

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:

  1. The default directory where the files will be saved is "C://Tools//Scrcpy".
    Remember to change it to your desired directory.
  2. Create a new task in the task scheduler:
    1. In the general tab, Enter the task name.
        Tick the checkbox for: "Run Whether user is logged in or not" & "Run with highest priviliges"
    2. In the trigger tab, add a new trigger: On a schedule
         Set the timings as per your choice.
    3. In the Actions tab, add new action: Start a Program
         add python.exe to the Program/Script & add "updater_script_path" to Add arguments
    4. 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.
  3. 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.

About

Python based script for auto updating the Scrcpy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages