My name is Oliwier and I attend a high school affiliated with the Military University of Technology in Warsaw.
I used to attend music school. Glad I finished it.
I have a YouTube chanel.
I make random tutorials.
1. Brokefetch - my biggest project ever.
Written in shell script. Has over 1400 lines of code
2. cpuinfo - simple tool to check your cpu specs that's also written in shell.
It uses lscpu and cat /proc/cpuinfo and on macOS it also can use sysctl.
3. Text to ascii. Simple tool to convert text to ascii code written in Python 3+
4. SzerPython. Supports colors out of the box. SzerPython requires about 31% less code to write a simple ‘Hello World’ program compared to regular Python.