AnonCatalyst / Tuxify

TuxifyTool is a streamlined script for Termux, curated by developer AnonCatalyst. This tool automates the setup of essential packages, tools, and configurations, enhancing the Termux experience. Upgrade packages, install development tools, set up Python environments, and optimize your Termux environment effortlessly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tuxify

Tuxify is a script designed to enhance your Termux experience by automating the setup of essential packages, tools, and configurations. This script streamlines the installation process, making it easy to get Termux configured according to your needs.

Features

  • Updates and upgrades Termux packages.
  • Installs essential packages like Python, development tools, and more.
  • Sets up pip for managing Python packages.
  • Installs necessary Python packages for a smoother development environment.
  • Installs termux-api for enhanced functionality.
  • Configures oh-my-zsh for an improved shell experience.
  • Installs additional tools like nmap, hydra, openssh, and requests.
  • Sets up proot for a fake root environment.
  • Creates a convenient proot alias for ease of use.
  • Performs additional cleanup to optimize space usage.

Usage

  1. Clone the repository to your Termux environment:

    git clone https://github.com/AnonCatalyst/Tuxify.git
  2. Navigate to the script directory:

    cd Tuxify
  3. Make the script executable:

    chmod +x tuxify.py
  4. Run the script:

    ./tuxify.py
  5. Follow the on-screen instructions.

Note

  • The script may require you to restart Termux for changes to take effect.
  • Customize the script as needed based on your preferences.

Contributing

Feel free to contribute to Tuxify by reporting issues or submitting pull requests. Your feedback and contributions are highly appreciated!

License

This project is licensed under the MIT License.

About

TuxifyTool is a streamlined script for Termux, curated by developer AnonCatalyst. This tool automates the setup of essential packages, tools, and configurations, enhancing the Termux experience. Upgrade packages, install development tools, set up Python environments, and optimize your Termux environment effortlessly.

License:MIT License


Languages

Language:Python 100.0%