A Python Program to Display ASCII Art Moon Phases
Posted by Al Sweigart in misc
I created a Python terminal program that displays an ASCII art moon at the current moon phase. There are several command line arguments for changing the size, phase, or other properties. You can install it with pip install ascii_moon_phase and explore the source in the git repo. I used LLMs to port it to Rust for a static binary.