Created
April 23, 2024 21:31
-
-
Save search5/f1791f37aaff1176b966ac46ada83247 to your computer and use it in GitHub Desktop.
windows service with python on windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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