Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

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.