Image2GCode is a simple and user-friendly tool designed to convert images into G-Code, optimized for plotters and CNC machines.
Backend (Python):
cd backend
python3 -m venv env
source env/bin/activate
pip install -r requirements.txtFrontend (Node.js):
cd ..
npm installRun:
npm run devGenerates the AppImage in the release folder
chmod +x package.sh
./package.sh