Skip to content

Instantly share code, notes, and snippets.

View FeralBytes's full-sized avatar
💭
Programming

FeralBytes

💭
Programming
View GitHub Profile
@FeralBytes
FeralBytes / main.py
Last active February 13, 2017 02:10 — forked from quintopia/main.py
from kivy.app import App
from kivy.uix.widget import Widget
from kivy.uix.scatter import Scatter
from kivy.core.window import Window
from kivy.uix.floatlayout import FloatLayout
Window.clearcolor = (1, 1, 1, 1)
class TextSquare(Widget):
pass