Watch the video:
Timestamps:
0:00 - Explanation
0:35 - Downloading NSSM
0:56 - Installing & Using NSSM
1:17 - Installing Python script as a Service in Windows
2:15 - Managing python script as Service in Windows
3:00 - Uninstalling Python script as Service in Windows
Want a Python script to run 24/7 in the background of your computer, without needing to remember to start it? Don’t want any visible signs that it’s running? Well, you can set up your project to run as a Windows Service in the background, with the automatic starting ability, as well as other perks of having it run as a Windows Service.
NSSM: https://nssm.cc/