cpython·Pythonbyconductor Autorun | Autostart | Run at startupMany commertial apps have options to run apps at logins... Is there any cross-platform way to do so in python?View original on lemmings.world9Comments2
Have you looked at this one? https://pypi.org/project/onboot/
Thank you, I think that is what I need)