/cerebelo

A simple application launcher

Primary LanguagePythonMIT LicenseMIT

cerebelo

A simple application launcher

How to execute

  1. Install Python >= 3.6

  2. Create virtual environment:

  • python3 -m venv venv
  1. Activate virtual environment:
  • source venv/bin/activate
  1. Install dependencies
  • pip install -r requirements.txt
  1. Run script:
  • python main.py

How to run tests

TODO

  • Support for windows

Project status

WIP