SSCTicketgen is a PyQt6 vibe coded app designed to assist SSC Helpdesk agents for SM9 ticket creation.
This tool is built to speed up the ticketing process and reduce repetitive typing for common issues.
Download Python from python.org
- Run the python installer.
- ✅ Check “Add Python to PATH”.
- 🔽 Click “Customize installation”.
- Leave defaults checked, click Next.
- On “Advanced Options”:
- ✅ Check “Install for me only” (if you don’t have admin rights).
- ❌ Skip “Install for all users” unless you have admin rights.
- Click Install.
Open PowerShell and run:
pip install PyQt6
pip install Jinja2
git clone https://github.com/jamieisonline/SSCTicketGen
cd SSCTicketGen/
Helpful links:
- Need git installed to clone the repo
- Open the
installer
folder on the SSCTicketGen github page and download the script. - Run the batch file
sscticketgen-autoinstall.bat
.
Follow the Prompts
- The installer will ask if you want to clone the SSCTicketGen repo.
- If you choose "Y", you will be prompted for a directory to save the repo.
- The script will check for Python and prompt you to install it if not found.
- Dependencies will be installed automatically.
Navigate to the project folder and run:
python main.py
Or compile it into an executable using pyinstaller
:
pyinstaller --onefile main.py
- Common issues are still being documented and added.
- Still buggy and unoptimized