jwasham / computer-science-flash-cards

Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Creative Commons Attribution Share Alike 4.0 International
8.4k stars 2.01k forks source link

Package the script (and dependencies) into an executable binary #60

Closed gridhead closed 2 years ago

gridhead commented 3 years ago

For the sake of convenience, one can use PyInstaller to package the script with all of its dependencies into an executable binary package.

jwasham commented 2 years ago

Closing due to age of issue.