Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kivy-garden/garden.segment
Kivy Widget Segment
https://github.com/kivy-garden/garden.segment
Last synced: about 1 month ago
JSON representation
Kivy Widget Segment
- Host: GitHub
- URL: https://github.com/kivy-garden/garden.segment
- Owner: kivy-garden
- License: mit
- Created: 2013-06-26T15:19:49.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-01-09T13:58:51.000Z (almost 8 years ago)
- Last Synced: 2023-03-30T19:40:43.666Z (over 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
Segment class
#############The class`Segment` widget is a widget for displaying segment in Kivy.
- The value property of segment must be a string.
- The scale property of segment must be a float.
- The color property of segment must be a string.Ex:
seg = Segment(scale=0.3, value="A.")
Are permitted : 0 1 2 3 4 5 6 7 8 9 and 0. 1. 2. 3. 4. 5. 6. 7. 8. 9.
And this :
A b C d E F and A. b. C. d. E. F.
http://youtu.be/EkJ7Pp0p7zA