Sunday, March 10, 2024

Make Python version default

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.9 1
sudo apt install python-is-python3

Python Terminal Animation for Waiting

A nice small tool for terminal animations from yaspin import yaspin with yaspin(): do_stuff()