Github Gists CLI Apr 2019
CLI tool for manipulate with GitHub Gists.
Just one file. No dependencies, 100% vanilla python.
With this tool you can read, create, update, delete gists. Starr and unstar a gist. Get all gists in one time from specific user. Fork gist and list forked gists.
More info in GitHub repo.
Links: GitHub • Official API docs

Game_of_life Mar 2019
Conway’s Game of Life. Build with Javascript and p5.js library.
Links: GitHub • Original game

Binclock Mar 2019
CLI Binary clock.
In repo you can find two versions:
- “Live” version. Refresh every second, build with ncurses. (In the picture)
- “Executable” version. Print current time once in stdout and exit.
| | | < 8
| || || < 4
|| || || < 2
|| || || < 1
HH:MM:SS
Links: GitHub

HR - Horizontal rule Mar 2019
HTML5 <hr>
tag in terminal. Can be used in scripts to visualy separate one part from another.
You can specified symbol, color, and backgroud.
Links: GitHub
