Blum Auto Play is a Python script that automates the setup and execution of essential tools like Git and Node.js. It is designed to be used in Termux but can also be run in other environments. The script includes a banner, progress bars, and animations to enhance user experience.
- Automated Setup: Installs Git and Node.js if not already installed.
- Repository Management: Clones or updates the
blum-tool
repository. - Dependency Installation: Installs necessary dependencies using
npm
. - Visual Feedback: Includes colorful banners, progress bars with percentages, and animations.
Clone this repository to your local machine:
git clone https://github.com/likhositories/Blum-Auto-Play.git
cd Blum-Auto-Play
Install the required Python packages:
pip install colorama tqdm
Run the script using Python:
python main.py
- Python 3.x
- Termux (recommended)
- Git (installed by the script if missing)
- Node.js LTS (installed by the script if missing)
- Git & Node.js Setup: Checks for Git and Node.js; installs them if missing.
- Repository Management: Clones the
blum-tool
repository or updates it if already cloned. - Dependency Installation: Installs Node.js dependencies using
npm install
. - Application Launch: Starts the application using
node blum.js
.
- Likhon Sheikh
- Telegram: @likhondotxyz
This project is licensed under the MIT License.