# PlyCutter

- [https://github.com/tjltjl/plycutter](https://github.com/tjltjl/plycutter)
- [<span>https://tjltjl.github.io/plycutter</span>](https://tjltjl.github.io/plycutter)

[![grafik.png](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/scaled-1680-/PckGtb0Zl1HfNxNj-grafik.png)](https://wiki.stadtfabrikanten.org/uploads/images/gallery/2025-05/PckGtb0Zl1HfNxNj-grafik.png)

To make this work we need to install the plycutter module itself:

```bash
sudo dnf install gmp-devel mpfr-devel mpc libmpc-devel #required to build gmpy2
 
#install plycutter dependency:
pip install git+https://github.com/tjltjl/plycutter.git
 
#or by cloning:
git clone https://github.com/eridur-de/plycutter.git
cd plycutter
sudo python3 setup.py install
plycutter #test the command if it is available and if it works
```