Skip to content

AngrySatan666/ASTermux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASTermux-Packages

My fork of Termux-Packages hosting the build.sh and assets for my packages.

My Packages

  1. Autux - Source Repo : [https://github.com/AngrySatan666/Autux]
  2. OrnaBot - Source Repo : [https://github.com/AngrySatan666/OrnaBot]
  3. INVST - Source Repo : [https://github.com/AngrySatan666/INVST]

Autux

Auto-Usr-Termux : Provides a PyVenv and necessary Termux packages to easily create device automation scripts by using a Wireless Debugging Bride to connect to adb and open a shell.

Setup :

You must already have setup the main repository with ;

termux-change-repo
pkg update && pkg upgrade -y
pk install autux -y

and following the UI prompts for the repo selection and intial autux setup prompts.

Not requried but it definitely helps to setup storage permissons with ;

termux-setup-storage

and selecting allow on the following Settings Screen. Then Creating a Directory in your storage that will house all of your scripts (both .sh .py and their assets), and when setting up autux, selecting this folder as your .local/bin, or putting the full path into .config/autux/setting.json. We recommend ;

|-- storage/documents/scripts/
    |-- bash/
    |-- py/

Now everytime a new session is started the entire directory of your selected folder will be copied into .local/bin, added to $PATH and made exectuable. Similary when the PyVenV is setup, you can target another folder that will, upon every activation of the env, will copy the directory of, and place into the env's local/bin, add those to its $PATH, and make executable. You can place python files directly in the bash folder too, this is just where you General Termux scripts will go, and your more complex scripts requring more dependencies can be easily handled by the PyVenv by placing those scripts in the py folder. .sh works just as well here too.

OrnaBot

OrnaBot: Uses my package Autux to install a Python Bot that will auto-play Orna GPS RPG in many different modes, and configurations, while tracking its own stats and efficency ratings, but tracks your characters progresssion too!

Setup

pkg install autux ornabot -y

INVST

INVST : Is a simple algorithmic calculator to help visualize investing scenerio's and targets

About

Termux-Packages Fork with my packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published