vmavromatis / absolutely-proprietary

Proprietary package detector for arch-based distros. Compares your installed packages against Parabola's package blacklist and then prints your Stallman Freedom Index (free/total).
GNU General Public License v3.0
274 stars 10 forks source link

Use python 3 and increase performance #9

Closed notjuliee closed 6 years ago

notjuliee commented 6 years ago

Updated the script to python3, and without any external dependencies. Unfortunately that means losing figlet for the output.

Performance has been increased, due to not reading through the entire blacklist file for each installed package.

vmavromatis commented 6 years ago

Wow! This looks really nice! I first thought that the ascii libraries would make this more fun (was planning to have a picture of RMS) but maybe they add more bloat after all. I will merge this as it looks awesome!