Skip to content
View kengoon's full-sized avatar
:shipit:
went back to sleep
:shipit:
went back to sleep

Highlights

  • Pro

Organizations

@code-cept @kvdroid @Chopsome
Block or Report

Block or report kengoon

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kengoon/README.md

Kengoon

Kengoon's GitHub stats

Kengoon's github activity graph

Top Langs

visitors

Pinned

  1. kvdroid/Kvdroid kvdroid/Kvdroid Public

    Some Pyjnius tools for Kivy-Android developments.

    Python 94 25

  2. SimpleJnius/sj-firebase-python SimpleJnius/sj-firebase-python Public

    Port Firebase to Python

    Python 4

  3. PyJniusTester PyJniusTester Public

    Pyjinus Tester is a kivy application that allows you to test out pyjnius code directly on your android without re-editing and recompiling your code on your computer again

    Python 12 4

  4. A re-implementation of Adam's kivy w... A re-implementation of Adam's kivy widget (https://stackoverflow.com/users/1281548/adam) (https://stackoverflow.com/questions/13714074/kivy-date-picker-widget#) in Material Design using KivyMD
    1
    from kivy.event import EventDispatcher
    2
    from kivy.metrics import dp
    3
    from kivy.properties import ListProperty, StringProperty
    4
    from kivymd.uix.behaviors import FakeRectangularElevationBehavior
    5
    from kivymd.uix.card import MDCard
  5. Kivy RecycleView with extra features Kivy RecycleView with extra features
    1
    from kivy.uix.recycleview import RecycleView
    2
    from kivy.clock import Clock
    3
    from kivy.properties import OptionProperty, BooleanProperty, ObjectProperty, NumericProperty, ListProperty
    4
    from kivy.animation import Animation
    5
    from kivymd.uix.behaviors import StencilBehavior, SpecificBackgroundColorBehavior
  6. mvc4kivy mvc4kivy Public

    A tool to create an MVC boiler plate code for your kivy app to get you started

    Python 1