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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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