Asciiquarium in Termux – Installation & Usage Commands

Asciiquarium is a simple and fun terminal tool that displays an animated aquarium using ASCII art. It fills your terminal with colorful fish, sharks, bubbles, and other sea creatures. The animation runs directly in the terminal and creates a relaxing aquarium effect. It is a great way to make your Termux terminal look more interesting.

Install Asciiquarium in Termux

Follow the commands below to install Asciiquarium in Termux. Copy and run each command one by one to install the tool and start the aquarium animation.

Update Termux packages.

pkg update && pkg upgrade -y

Install Python.

pkg install python -y

Install Asciiquarium.

pip install asciiquarium

Run Asciiquarium.

asciiquarium

Asciiquarium is now installed and ready to use.

Usage Commands

After installing Asciiquarium in Termux, you can use the following commands to explore its features.

Display the help menu.

asciiquarium -h

Show the installed version.

asciiquarium -v

Display tool information.

asciiquarium -i

Run in classic mode.

asciiquarium -c

Check for available updates.

asciiquarium --check-updates

Start the aquarium animation.

asciiquarium

Asciiquarium is a fun terminal tool that displays a beautiful animated aquarium using ASCII art.

SHARE THIS POST: