ArvinZJC / MyAutoJsScripts

(Archived) My Auto.js scripts contain all simple Android tools developed using Auto.js Pro.

Home Page:https://gitee.com/ArvinZJC/MyAutoJsScripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Auto.js Scripts

GitHub release (latest by date including pre-releases) GitHub All Releases Codacy Badge GitHub

English | 简体中文

It could be sometimes hard, heavy, and time-consuming to build a native Android app with Android Studio even with templates. It is especially the case when you just want to create a simple tool/script. Auto.js Pro provides a solution using JavaScript as the script language. Based on some basic knowledge of Android development and JavaScript syntax, you can generate powerful automation tools with few learning costs in a much convenient way. This solution reminds me some words that the supervisor of my MS project for Computing Science used to say.

This is what you learn Computing Science for - automation.1 👨‍🔧

My Auto.js scripts contain all simple Android tools developed in this way. Generally, these tools do not have a carefully-designed icon, UI, etc, as they aim to solve basic problems for personal purposes. Please note that the code is licensed under the GPL-3.0 License.

❗ ATTENTION

May I have your attention pls? 🔥

  1. By 17 October 2021, everything looks good with Visual Studio Code (Version: 1.61.1) + Auto.js Pro V8.8.20-0. You need an Auto.js Pro account to build scripts on your own. I would like to thankfull acknowledge @XQINGME for allowing me to use his account for free.
  2. The changelogs and the APK files built from the scripts can be found in the Releases section. For more information about each tool, please refer to the README file in each folder.

Hope you could find it useful! 💖


1. Don't catch me out! The sentence has its context.

About

(Archived) My Auto.js scripts contain all simple Android tools developed using Auto.js Pro.

https://gitee.com/ArvinZJC/MyAutoJsScripts

License:GNU General Public License v3.0


Languages

Language:JavaScript 100.0%