Back to Learning Tools

Fun & Advanced Use

Termux से गेम खेलें, म्यूज़िक प्लेयर चलाएं, और Fun Tools का उपयोग करें

1. Terminal Games

Terminal में Games खेलें

Install Games:

$ pkg install nsnake# Snake Game
$ nsnake

Other Terminal Games:

$ pkg install moon-buggy# Moon buggy game
$ pkg install pacman# Pacman
$ pkg install bastet# Tetris
$ pkg install sudoku# Sudoku

2. ASCII Art

Text से Cool Art बनाएं

Figlet - Text to ASCII:

$ pkg install figlet
$ figlet "Hello Termux"

Toilet - Colorful ASCII:

$ pkg install toilet
$ toilet -f mono12 -F gay "Fun Terminal"

Cowsay - Talking Cow:

$ pkg install cowsay
$ cowsay "Moo! I'm from Termux!"
$ cowthink "Hmm... What to do today?"

3. Matrix Animation

Matrix Movie का Cool Effect

Cmatrix - Matrix Rain:

$ pkg install cmatrix
$ cmatrix# Green matrix rain
$ cmatrix -C red# Red matrix rain
$ cmatrix -C blue# Blue matrix rain

Press Ctrl+C to exit

4. Music Player

Terminal में Music सुनें

MPlayer - Music Player:

$ pkg install mplayer
$ mplayer music.mp3# Play single file
$ mplayer *.mp3# Play all MP3

MPV Player - Modern Player:

$ pkg install mpv
$ mpv music.mp3
$ mpv video.mp4# Play video

5. System Monitor

System Stats को देखें

Neofetch - System Info Display:

$ pkg install neofetch
$ neofetch# Display system info with ASCII art

Htop - Interactive Process Viewer:

$ pkg install htop
$ htop# Colorful process viewer

Bpytop - Modern Monitor:

$ pkg install bpytop
$ bpytop# Beautiful system monitor

6. Fun Tools

Entertainment के लिए Fun Commands

Fortune - Random Quotes:

$ pkg install fortune
$ fortune# Show random quote
$ fortune -s# Short quotes

Sl - Steam Locomotive:

$ pkg install sl
$ sl# Fun train animation (typo of ls)

Oneko - Cat Following Cursor:

$ pkg install oneko
$ oneko# Cat follows mouse (needs X11/VNC)

Ascioquarium - ASCII Aquarium:

$ pkg install asciiquarium
$ asciiquarium# Animated aquarium

7. Time & Calendar

Time और Calendar से related commands

Time Commands:

$ date# Current date & time
$ cal# Current month calendar
$ cal 2024# Full year calendar
$ cal 12 2024# Specific month
$ ncal# Vertical calendar

8. Terminal Customization

Terminal को customize करें

Zsh Shell - Better Terminal:

$ pkg install zsh
$ chsh -s zsh# Set zsh as default

Oh-My-Zsh - Framework for Zsh:

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Powerline - Cool Status Bar:

$ pip install powerline-status
$ Edit ~/.zshrc and add powerline config

🎮 Fun Tips

  • • Matrix animation को दिखाकर friends को impress करें
  • • Neofetch के output को screenshot लेकर share करें
  • • Terminal में games खेलकर time pass करें
  • • ASCII art से cool banners बनाएं
  • • Custom terminal setup से developer vibe पाएं