Skip to content

Instantly share code, notes, and snippets.

@search5
Created April 23, 2024 21:31
Show Gist options
  • Save search5/f1791f37aaff1176b966ac46ada83247 to your computer and use it in GitHub Desktop.
Save search5/f1791f37aaff1176b966ac46ada83247 to your computer and use it in GitHub Desktop.
windows service with python on windows
pipenv install pyinstaller
pipenv run pyinstaller --onfile --hidden-import win32timezone service.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment