Skip to content

aaronlyy/python-windows-service-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

python-windows-service-example

Example on how to create a windows service with Python

Install

  • Install pywin32 (pip install pywin32)
  • Run pywin32 post-install script
  • Install service (py service.py install)
  • Start service (net start pywinsvcexample)

Uninstall

  • Stop service (net stop pywinsvcexample)
  • Remove service (py service.py remove)

About

Example on how to create a windows service with Python

Resources

License

Stars

Watchers

Forks

Languages