Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 967 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 967 Bytes

DiskViewer

Did you ever want to view your hard drive content as colors ? No ? Well too bad, because this program does just that

What ?

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"

How to run it ?

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

Screenshots

Image Image Image

Licence

GPL-2-or-later