I\'m trying to convert my python file to an executable using PyInstaller. The program uses the Google Cloud Translate API to translate given text between languages. When run
My personal solution:
from pkg_resources import get_distribution
for all files in the package.