Skip to content

Startup path is not there  #164

@ajinzrathod

Description

@ajinzrathod

I have made a script where the user has 2 options.

  1. They can start the script automatically when the system starts
  2. They can start it manually.

So, to start automatically, I need to add programs in startup
And the directory for startup is different for all OS.

Right now I have done like this.

if platform == "linux":
    # linux
elif platform == "darwin":
    # OS X
elif platform == "win32" or platform == "cygwin":
    # Windows...

But it would be more helpful, if I had a function in appdirs

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions