py2app is a Python setuptools command which will allow you to make standalone Mac OS X application bundles and plugins from Python scripts.
349
stars
35
forks
source link
Use pathlib.Path instead of os.path #436
Open
ronaldoussoren opened 2 years ago
The summary says it all: switch from using os.path to using pathlib.Path.