voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
55 stars 16 forks source link

Make software into Python package or standalone executable #24

Open terriyu opened 7 years ago

terriyu commented 7 years ago

Instead of running opensauce-python as a module on the command line, eventually, we'd like to make it into a proper Python package and/or a standalone executable ("freezing" software). Here are some resources on how to do this:

We will want to freeze and not package for Windows, since there is no standard Python packaging system on Windows.