Posts tagged with "Linux terminal"

Custom ASCII art and random one-liner welcome messages on Linux Terminal start-up

February 10, 2019

You can have ASCII art with a random-one-liner as a welcome message on you Linux terminal. All you need to do is add some lines to your ~/. bashrc file!

(Slightly) Non-Trivial Implementation of CLI Hangman. A Hands-on Python Tutorial.

October 24, 2019

Bored of learning python the regular way? Make a command line interface Hangman game and learn while you’re at it. First try out the game for yourself! Run the following in your terminal, Never played the chalk board game of Hangman before? Rules are simple, you have to guess the name of a random animal [...]