A Shell script that displays an ASCII-style clock in the terminal
It checks the system time, clears the terminal, reads the current time, formats the time into ASCII with a given representation, and prints the clock, repeating every second to stay on track.
- The script is also able to display seconds when edited.
- to run 24h format the time should be set like that in the system
I found it challenging to implement the ability to display the clock in the middle of the terminal window (an upcoming feature) and create ASCII art of different sizes to have versatile sizes.
- Adaptive to window size
- Center on the window
- Customizable colours
- Maybe also RGB puke
- Other time zones
- Time and stopwatch
- User interface to change values of the features above
- LICENSE
- README.md
- clock.sh (new shell rebase)
- time2.py (legacy)
- Go to terminal and run the sh file like so:
sh /path/to/shell/script
Great thanks to OPENAI's chatGPT for proofreading the code and generating solutions
Dependencies:
- Python 3.10 (I haven't tested if it works on older versions)
Instructions:
- Download the file
- open file location in terminal
- enter the command 'Python time2.py' and press ENTER