UhhhAaron / GIF-Caption-Creator

Fork of broken GIF caption generator, written in Python
GNU General Public License v3.0
1 stars 2 forks source link

Fix Linux package check not working for non-apt-based distros #1

Closed chev2 closed 1 year ago

chev2 commented 1 year ago

Hi, I noticed you were updating the original GIF caption maker repo, so I figured I'd help out.

On non-APT-based Linux distros, the main script fails at import apt as these distros use different package managers. I replaced this check with shutil.which, natively supported by Python, which simply checks if each executable is on the system PATH.

Tested and working on EndeavourOS.

UhhhAaron commented 1 year ago

Sorry, I didn't get a notification for this PR lol. looks good