SkillAgentSearch skills...

FlaskServiceWin32

Python Flask sample for windows service registration.

Install / Use

/learn @top2topii/FlaskServiceWin32
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

FlaskServiceWin32

Python Flask sample for windows service registration.

Requirement

how to setup

  1. install pywin32
  2. edit win32_service.py to modify svc_name and svc_display_name
  3. admin cmd open
  4. service install: #python win32_service.py install
  5. check service: #sc query svc_name
  6. You can stop: #sc stop svc_name
  7. If you want to delete this service: #sc delete svc_name
View on GitHub
GitHub Stars15
CategoryDevelopment
Updated8d ago
Forks6

Languages

Python

Security Score

75/100

Audited on Mar 30, 2026

No findings