Skip to main content

GUI for Machine assisted Knitting. Reference implementation for AYAB.

Project description

All Yarns Are Beautiful

This is the GUI interface for AYAB.

Installation

Linux

Prerequisites

You need Python 3.5 and PyQt5 from your package manager’s repository.

For Debian/Ubuntu

sudo apt-get install python3-pip python3-qt5 python3-dev python3-virtualenv

For openSUSE

sudo zypper install python3-pip python3-qt5 python3-virtualenv

All Distributions

To be able to communicate with your Arduino, it might be necessary to add the rights for USB communication by adding your user to some groups.

sudo usermod -a -G tty [userName]
sudo usermod -a -G dialout [userName]

Release Version

This will install the latest release version from PyPi

virtualenv -p python3 --system-site-packages venv/
source venv/bin/activate
pip3 install ayab

Now, you can start the software with

ayab

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

AYAB-0.9-linux.tar.gz (670.5 kB view hashes)

Uploaded Source

Built Distribution

AYAB-0.9-py3-none-any.whl (1.3 MB 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