blavejr / OrganiseDesktop

Python script that cleans up a messy desktop
MIT License
92 stars 78 forks source link

Feature python package main script #90

Closed chaps closed 4 years ago

chaps commented 4 years ago

Adds support for installing as python package: enables installing from project root with: pip install ./ enables installing from remote source: e.g. pip install -U git+ssh://git@github.com/chaps/OrganiseDesktop.git@feature-python-package-main-script enables CLI command organise_desktop after installing enables calling GUI application from module : python -m organise_desktop after installing

KokoseiJ commented 4 years ago

Reviewed. Perfect. I'm accepting this.