eduardomioto / macroboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macroboard

Installing

# Create a new virtual environment
python -m venv macroboard

# Activate the virtual environment
# On Windows:
macroboard\Scripts\activate

# On macOS and Linux:
source macroboard/bin/activate

# Using Lastest pip
pip install --upgrade pip

# Now, install the dependencies
pip install -r requirements.txt

Running

python ./main.py

Next Features

  • Move between desktops

About

License:GNU General Public License v3.0


Languages

Language:Python 100.0%