嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
Kivy:Interactive Applications in Python (PDF Code)
使用Python Kivy 开发应用程序。 Kivy 是一个跨平台的GUI 支持Window、Linux、Mac、Android
.
├── 1596OS_code
│ ├── 1596OS_01_code
│ │ ├── 01 - hello
│ │ │ ├── README
│ │ │ ├── hello.py
│ │ │ └── output.png
│ │ ├── 02 - hello2
│ │ │ ├── README
│ │ │ ├── hello2.kv
│ │ │ ├── hello2.py
│ │ │ └── output.png
│ │ ├── 03 - widgets
│ │ │ ├── README
│ │ │ ├── output.png
│ │ │ ├── widgets.kv
│ │ │ └── widgets.py
│ │ ├── 04 - widgets
│ │ │ ├── README
│ │ │ ├── output.png
│ │ │ ├── widgets.kv
│ │ │ └── widgets2.py
│ │ ├── 05- layouts
│ │ │ ├── README
│ │ │ ├── floatlayout.kv
│ │ │ ├── floatlayout.py
│ │ │ └── output.png
│ │ ├── 06 - embebbed layout
│ │ │ ├── README
│ │ │ ├── layouts.kv
│ │ │ ├── layouts.py
│ │ │ └── output.png
│ │ └── 07 - project interface
│ │ ├── 1596_01_05.png
│ │ ├── 1596_01_07.png
│ │ ├── README
│ │ ├── comiccreator.kv
│ │ ├── comiccreator.py
│ │ ├── drawingspace.kv
│ │ ├── generaloptions.kv
│ │ ├── statusbar.kv
│ │ └── toolbox.kv
│ ├── 1596OS_02_code
│ │ ├── 01 - canvas
│ │ │ ├── README
│ │ │ ├── drawing.kv
│ │ │ ├── drawing.py
│ │ │ └── screenshot.png
│ │ ├── 02 - lines
│ │ │ ├── README
│ │ │ ├── drawing.kv
│ │ │ ├── drawing.py
│ │ │ └── screenshot.png
│ │ ├── 03 - color and texture
│ │ │ ├── README
│ │ │ ├── drawing.kv
│ │ │ ├── drawing.py
│ │ │ ├── kivy.png
│ │ │ └── screenshot.png
│ │ ├── 04 - background and foreground
│ │ │ ├── README
│ │ │ ├── drawing.kv
│ │ │ ├── drawing.py
│ │ │ └── screenshot.png
│ │ ├── 05 - transformations
│ │ │ ├── README
│ │ │ ├── drawing.kv
│ │ │ ├── drawing.py
│ │ │ ├── kivy.png
│ │ │ └── screenshot.png
│ │ └── 06 - project
│ │ ├── README
│ │ ├── comiccreator.kv
│ │ ├── comiccreator.py
│ │ ├── comicwidgets.kv
│ │ ├── drawingspace.kv
│ │ ├── generaloptions.kv
│ │ ├── screenshot.png
│ │ ├── statusbar.kv
│ │ └── toolbox.kv
│ ├── 1596OS_03_code
│ │ ├── README
│ │ ├── comiccreator.kv
│ │ ├── comiccreator.py
│ │ ├── comicwidgets - Section_ Basic widget events.py
│ │ ├── comicwidgets.kv
│ │ ├── comicwidgets.py
│ │ ├── drawingspace.kv
│ │ ├── drawingspace.py
│ │ ├── generaloptions.kv
│ │ ├── generaloptions.py
│ │ ├── statusbar.kv
│ │ ├── statusbar.py
│ │ ├── toolbox.kv
│ │ └── toolbox.py
│ ├── 1596OS_04_code
│ │ ├── 01 - Screen Manager - Adding Color to our Figures
│ │ │ ├── README
│ │ │ ├── comiccreator.kv
│ │ │ ├── comiccreator.py
│ │ │ ├── comicscreenmanager.kv
│ │ │ ├── comicwidgets.kv
│ │ │ ├── comicwidgets.py
│ │ │ ├── drawingspace.kv
│ │ │ ├── drawingspace.py
│ │ │ ├── generaloptions.kv
│ │ │ ├── generaloptions.py
│ │ │ ├── statusbar.kv
│ │ │ ├── statusbar.py
│ │ │ ├── toolbox.kv
│ │ │ └── toolbox.py
│ │ ├── 02 - Color Control on the canvas - Coloring Figures
│ │ │ ├── README
│ │ │ └── color.py
│ │ ├── 03 - Color Control on the canvas - Coloring Figures
│ │ │ ├── README
│ │ │ ├── comiccreator.kv
│ │ │ ├── comiccreator.py
│ │ │ ├── comicscreenmanager.kv
│ │ │ ├── comicwidgets.kv
│ │ │ ├── comicwidgets.py
│ │ │ ├── drawingspace.kv
│ │ │ ├── drawingspace.py
│ │ │ ├── generaloptions.kv
│ │ │ ├── generaloptions.py
│ │ │ ├── statusbar.kv
│ │ │ ├── statusbar.py
│ │ │ ├── toolbox.kv
│ │ │ └── toolbox.py
│ │ ├── 04 - StencilView - Limiting the Drawing Space
│ │ │ ├── README
│ │ │ ├── comiccreator.kv
│ │ │ ├── comiccreator.py
│ │ │ ├── comicscreenmanager.kv
│ │ │ ├── comicwidgets.kv
│ │ │ ├── comicwidgets.py
│ │ │ ├── drawingspace.kv
│ │ │ ├── drawingspace.py
│ │ │ ├── generaloptions.kv
│ │ │ ├── generaloptions.py
│ │ │ ├── statusbar.kv
│ │ │ ├── statusbar.py
│ │ │ ├── toolbox.kv
│ │ │ └── toolbox.py
│ │ ├── 05 - Scatter - Multi-touching to Drag, Rotate and Scale
│ │ │ ├── README
│ │ │ ├── comiccreator.kv
│ │ │ ├── comiccreator.py
│ │ │ ├── comicscreenmanager.kv
│ │ │ ├── comicwidgets.kv
│ │ │ ├── comicwidgets.py
│ │ │ ├── drawingspace.kv
│ │ │ ├── drawingspace.py
│ │ │ ├── generaloptions.kv
│ │ │ ├── generaloptions.py
│ │ │ ├── statusbar.kv
│ │ │ ├── statusbar.py
│ │ │ ├── toolbox.kv
│ │ │ └── toolbox.py
│ │ ├── 06 - Recording Gestures - Line, Circles and Cross
│ │ │ ├── README
│ │ │ └── gesturerecorder.py
│ │ └── 07 - Simple Gestures - Drawing with the Finger
│ │ ├── README
│ │ ├── comiccreator.kv
│ │ ├── comiccreator.py
│ │ ├── comicscreenmanager.kv
│ │ ├── comicwidgets.kv
│ │ ├── comicwidgets.py
│ │ ├── drawingspace.kv
│ │ ├── drawingspace.py
│ │ ├── generaloptions.kv
│ │ ├── generaloptions.py
│ │ ├── gestures.py
│ │ ├── statusbar.kv
│ │ ├── statusbar.py
│ │ ├── toolbox.kv
│ │ └── toolbox.py
│ └── 1596OS_05_code
│ ├── README
│ ├── ammo.py
│ ├── boom.py
│ ├── boom.wav
│ ├── dock.py
│ ├── fleet.py
│ ├── images.kv
│ ├── img
│ │ ├── boom.png
│ │ ├── invader.png
│ │ ├── invasion-0.png
│ │ ├── invasion.atlas
│ │ ├── missile.png
│ │ ├── shooter.png
│ │ └── shot.png
│ ├── invader.py
│ ├── invasion.kv
│ ├── main.py
│ └── shooter.py
├── Kivy- Interactive Applications in Python - code.zip
└── Kivy:Interactive Applications in Python (PDF Code)_Kivy:InteractiveApplicationsinPython(PDF Code).zip
27 directories, 172 files