Skip to content

Instantly share code, notes, and snippets.

View madux's full-sized avatar

Maduka Sopulu Christopher madux

  • Maach Media
  • Nigeria
View GitHub Profile
@madux
madux / opentrav.py
Created August 11, 2017 14:20
The Application is a hack tool to increase website traffic in less than 15 minutes, use it wisely.
#-------------------------------------------------------------------------------
# Name: module1
# Purpose:
#
# Author: kingston
#
# Created: 20/02/2017
# Copyright: (c) kingston 2017
# Licence: <your licence>
#-------------------------------------------------------------------------------
@madux
madux / cbt_test.py
Created May 4, 2016 12:21
All in One Media App(Media Interface) by Maduka Sopulu(Kingston)
import wx
import wx.lib.agw.gradientbutton as gbtn
import wx.lib.agw.supertooltip as supertooltip
class frame (wx.Frame):
def __init__(self, parent, id, title):
wx.Frame.__init__(self, parent, -1, title, size = (1000, 650))
self.Maximize(True)
self.Show(True)