An attempt at a Python-based desktop application for designing loom-based beadwork, also known as beadweaving. In the future, I plan on expanding the design templates to other pattern types.
Other applications around similar concepts have not been nearly as satisfying to myself or have the breadth of features that I one day hope to have on this application, including easily-readable save files (currently json), a variety of export options for easy-to-use print copies, and high-abstraction editing options to allow fast and creative idea generation on this particular medium.
NOTE: this is an extremely early version that is filled with bugs and not-yet-implemented features. Please be nice
- download the project
- launch the Python virtualenv from within ./.venv/Scripts
- run
python BeadworkDesigner.pyorpython BeadworkDesigner.py --help
These will come later when I've polished up the UI more, sorry.
Currently, the only dependencies are PySide6 & pytest.