Skip to content

Instantly share code, notes, and snippets.

View botzill's full-sized avatar

Chirica Gheorghe botzill

View GitHub Profile
@botzill
botzill / my.py
Last active December 19, 2017 11:24
Simple kivy app with text input
from kivy.app import App
from kivy.lang import Builder
from kivy.uix.boxlayout import BoxLayout
from kivy.uix.textinput import TextInput
kv = """
<Test>:
# orientation: 'horizontal'
orientation: 'vertical'
Button:
@botzill
botzill / countries_bbox.json
Created December 4, 2019 16:46
Countries Bbox in json format
{
"ABW": {
"sw": {
"lat": 12.1702998,
"lon": -70.2809842
},
"ne": {
"lat": 12.8102998,
"lon": -69.6409842
}