Did you ever want to view your hard drive content as colors ? No ? Well too bad, because this program does just that
This program runs as administrator/root to read your disk/partition/any block device, takes 16*50 locations in the drive, and display them as colors. There are different backends to render the color, such as "byte color"
Install the dependencies:
pip install -r requirements.txt
Run the program:
python3 main.py
Note: you need to be administrator, on Linux use sudo, on Windows open cmd as admin, on macOS run from su
GPL-2-or-later