Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 146 Bytes

File metadata and controls

10 lines (5 loc) · 146 Bytes

Creating a Windows Binary

Install pyinstaller

pip install pyinstaller

Create executable:

pyinstaller jsl --onefile --upx-dir win32util