Skip to content

Instantly share code, notes, and snippets.

View Hzzkygcs's full-sized avatar
😄

Immanuel Hzzkygcs

😄
View GitHub Profile
@Hzzkygcs
Hzzkygcs / py2exeGUI.py
Created November 5, 2019 12:55 — forked from onecore/py2exeGUI.py
Py2exe Graphical User Interface (GUi)
# -*- coding: utf-8 -*-
from PyQt4 import QtCore, QtGui
__author__ = 'Mark Anthony Pequeras'
__version__ = '1.0'
__date__ = '1.3.2014'
__website__ = 'markpequeras.sf.net'