Linux PyQt tray application to control OctoPrint instances
Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
1234567 |
- #!/usr/bin/env python
- # -*- coding: utf-8 -*-
-
- import py2exe
- from distutils.core import setup
-
- setup(windows=[{"script": "octotray.py"}])
|