Skip to content

Instantly share code, notes, and snippets.

@KristerV
Created April 18, 2013 11:56
Show Gist options
  • Save KristerV/5412176 to your computer and use it in GitHub Desktop.
Save KristerV/5412176 to your computer and use it in GitHub Desktop.
from kivy.app import App
from kivy.metrics import Metrics
class TestApp(App):
def build(self):
print Metrics.density()
if __name__ == '__main__':
TestApp().run()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment