8000 GitHub - eduardomioto/macroboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

eduardomioto/macroboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0