Skip to main content

Collection of cross-platform launchers, simplifying common OS interactions

Project description

os-launchers

A collection of cross-platform launchers to interact with the OS from a high level point, simplifying interactions like opening the terminal on every platform or opening a file on multiple platforms

Getting Started

These instructions will get you a copy of the project up and running on your local machine for personal use, development or testing purposes. There are two ways which you can get the project working:

Pre-Packaged Wheels

This project is available on pypi.org, therefore, you can easily install this project through pip:

pip install os-launchers

From Source

As a result of the pypi build only containing the stable builds, the project could be behind the latest development version, so you may want to install the package from the development package, or maybe you would like to contribute to the project

Installing the pre-requisites

  1. You MUST have a python >= 3.5 interpreter installed on your machine. In order to check your python version, you can do:

    python3 --version
    

    If you are on Windows, you can visit the download section of the official python website in order to download a matching version.

    If you are on Linux OR Mac, you already have python installed, but it is highly possible that is does not match the minimum required version. You can get a matching version using the package manager on your machine, like so:

    On Ubuntu:

    sudo apt install python3
    

    On Fedora:

    sudo dnf install python3
    

    On Mac (Using homebrew):

    brew install python
    
  2. You MUST also have pip installed. In order to check if you have pip installed, you can do:

    pip --version
    

    If you are on Windows, you probably have pip installed alongside python. If not, follow the official pip installation guide.

    If you are on Linux OR Mac, using your package manager you can install pip, like so:

    On Ubuntu:

    sudo apt install python3-pip
    

    On Fedora:

    sudo dnf install python3-pip
    

    On Mac:

    python3 -m pip install --upgrade pip
    
  3. You MUST also have git installed on your machine to be able to copy the repo, otherwise you are going to have to manually copy and paste the files' content. In order to check if you have git installed, you can do:

    git --version
    

    If you are on Windows, you can visit the download section of the official git website and follow their guides to have it setup on your machine.

    If you are on Linux OR Mac, you can easily install git through your package manager, like so:

    On Ubuntu:

    sudo apt install git
    

    On Fedora:

    sudo dnf install git
    

    On Mac (Using homebrew):

    brew install git
    

Setting up the module

  1. Clone the repository (copy the source code):

    git clone https://github.com/Eastern-Skill7173/os-launchers.git
    

    TIP: you can add a --depth 1 to the end of the command to only copy the latest version of each file if you are planing on just using the project, like so:

    git clone https://github.com/Eastern-Skill7173/os-launchers.git --depth 1
    

After cloning the repo, switch to it's directory, and run the following command through your terminal:

pip install .

Built With

  • Python - The core programming language

Contributing

Please read CONTRIBUTING.md & CODE_OF_CONDUCT.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Special thanks to the python team
  • Anyone who has shared or committed to the project
  • Also, Billie Thompson for this README template

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

os_launchers-0.1.2.tar.gz (7.2 kB view details)

Uploaded Source

Built Distribution

os_launchers-0.1.2-py3-none-any.whl (6.6 kB view details)

Uploaded Python 3

File details

Details for the file os_launchers-0.1.2.tar.gz.

File metadata

  • Download URL: os_launchers-0.1.2.tar.gz
  • Upload date:
  • Size: 7.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for os_launchers-0.1.2.tar.gz
Algorithm Hash digest
SHA256 36a8e6121a7c9759b87954ef5e06995ae572a34d50c10ce5cc7fd5464dfad374
MD5 bfd9f1e493cd914a0f338c6334d9d67e
BLAKE2b-256 b878754ff252b6b5a1f1151abaf2cb0df72340e9f9c2ed1142090a48a89d247c

See more details on using hashes here.

File details

Details for the file os_launchers-0.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for os_launchers-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 67fe1bd77bb2f74bf4b19cb81fe782f63243e5f0987aeb566231c74ddbc2de42
MD5 5c694716f765702ce20759780da69555
BLAKE2b-256 096720e5869ed1294ac6d1be6ca4177c434487d4be3e88ad72737e989566b338

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page