All Projects → Kivy-CN → Kivy Cn

Kivy-CN / Kivy Cn

Licence: other
A Chinese Translation of Kivy Programming Guide Based on Kivy 1.9.2 中文翻译Kivy开发文档

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Kivy Cn

Lightning network resources zh
💡 閃電網路資源整理
Stars: ✭ 37 (-83.11%)
Mutual labels:  chinese, chinese-translation
Microservices
Microservices from Design to Deployment 中文版 《微服务:从设计到部署》
Stars: ✭ 4,637 (+2017.35%)
Mutual labels:  chinese, chinese-translation
CSharpNamingGuidelines
C#命名规范中文版/C#编码规范中文版
Stars: ✭ 30 (-86.3%)
Mutual labels:  chinese, chinese-translation
PHP-Chinese
PHP Chinese Conversion (中文繁簡轉換)
Stars: ✭ 37 (-83.11%)
Mutual labels:  chinese, chinese-translation
Alfred Parrot
📝 一款可以多种语言翻译的 Alfred Workflow
Stars: ✭ 89 (-59.36%)
Mutual labels:  chinese, chinese-translation
awesome-malware-analysis
Defund the Police.
Stars: ✭ 9,181 (+4092.24%)
Mutual labels:  chinese, chinese-translation
Jetbrains In Chinese
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
Stars: ✭ 3,912 (+1686.3%)
Mutual labels:  chinese, chinese-translation
Php Best Practices Zh cn
PHP Best Practices(中译版)
Stars: ✭ 261 (+19.18%)
Mutual labels:  chinese, chinese-translation
Awesome Cn
awesome项目中文翻译,提升查阅效率
Stars: ✭ 62 (-71.69%)
Mutual labels:  chinese, chinese-translation
Springboot
Spring Boot chinese document. Spring Boot 2.1.5 中文文档
Stars: ✭ 703 (+221%)
Mutual labels:  chinese, chinese-translation
discussion
記錄有關繁化姬的議題或是內容
Stars: ✭ 33 (-84.93%)
Mutual labels:  chinese, chinese-translation
Icopy Site.github.io
icopy.site github mirror
Stars: ✭ 142 (-35.16%)
Mutual labels:  chinese, chinese-translation
ark-pixel-font
Open source Pan-CJK pixel font / 开源的泛中日韩像素字体
Stars: ✭ 1,767 (+706.85%)
Mutual labels:  chinese, chinese-translation
alfred-chinese-converter
支持 OpenCC 簡繁體中文詞彙級別轉換、異體字轉換以及地區習慣用詞轉換的 Alfred 2 workflow
Stars: ✭ 42 (-80.82%)
Mutual labels:  chinese, chinese-translation
Translatorx
JetBrains 系列软件汉化包 关键字: Android Studio 3.5 汉化包 CLion 2019.3 汉化包 DataGrip 2019.3 汉化包 GoLand 2019.3 汉化包 IntelliJ IDEA 2019.3 汉化包 PhpStorm 2019.3 汉化包 PyCharm 2019.3 汉化包 Rider 2019.3 汉化包 RubyMine 2019.3 汉化包 WebStorm 2019.3 汉化包
Stars: ✭ 4,856 (+2117.35%)
Mutual labels:  chinese, chinese-translation
Awesome Macos Command Line Zh
用你的 macOS 终端搞事情。(Use your macOS terminal shell to do awesome things. )
Stars: ✭ 117 (-46.58%)
Mutual labels:  chinese, chinese-translation
Swiftui Tutorials
A code example and translation project of SwiftUI. / 一个 SwiftUI 的示例、翻译的教程项目。
Stars: ✭ 1,992 (+809.59%)
Mutual labels:  chinese, chinese-translation
Book
文言陰符 An Introduction to Programming in Wenyan Language
Stars: ✭ 194 (-11.42%)
Mutual labels:  chinese
Icychesszero
中国象棋alpha zero程序
Stars: ✭ 206 (-5.94%)
Mutual labels:  chinese
Char Rnn Chinese
Multi-layer Recurrent Neural Networks (LSTM, GRU, RNN) for character-level language models in Torch. Based on code of https://github.com/karpathy/char-rnn. Support Chinese and other things.
Stars: ✭ 192 (-12.33%)
Mutual labels:  chinese

Kivy中文编程指南

注意

译者无法提供任何技术支持。如果你需要帮助,请在 SegmentFaultStackOverflow 上提问。谢谢合作。

Kivy 是什么?

Kivy 是一个开源的 Python 框架,用于快速开发应用,实现各种当前流行的用户界面,比如多点触摸等等。

Kivy 可以运行于 Windows, Linux, MacOS, Android, iOS 等当前绝大部分主流桌面/移动端操作系统。

Kivy 基于 Python,界面文件和程序文件相互分离的设计思路,设计简洁优雅,语法易学,适合新人入门。

目前 Kivy 的官方文档还不算很完善,中文翻译版本之前也有过,但往往没有进行持续更新,或者内容覆盖不全面,所以我们这次来一个长期持久的跟进。同时期待你的参与!

如果你想参与进来,可以加入我们的 Kivy 交流QQ群号:248136053,也可以关注我的[知乎专栏](https://zhuanlan.zhihu.com/python-kivy)

从去年开始的Kivy 编程指南中文翻译项目,今天基本算是弄完了,把 Kivy Programming Guide 里面的全部内容翻译了一遍。

当然了,质量还是不怎么样好,所以希望大家多批评指正,我会尽快改正。

最开始用 Kivy 的时候,感觉有各种各样的 bug ,觉得安装和配置各种繁琐扯皮麻烦,心情也容易变得特别臭。

然后开始翻译文档的时候,也还是容易经常变得很暴躁,尤其是遇到一些原文的语法错误、逻辑错误、自己鬼扯也扯不通顺的地方等等。

但是后来我逐渐地开始钦佩这些创建了 Kivy 的人们,我意识到他们也跟我一样是一群热爱 Python 的人,想为更多的同样使用 Python 的开发者提供一个完整的工具链,以便于能更简洁轻快地实现跨平台开发。

所以,我觉得 Kivy 是一个因为热爱而驱动去追寻自由的项目,这也让我逐渐对 Kivy 产生了更多的好感。

事到如今我可能并不一定会有机会深入使用 Kivy 去开发,也依然希望 Kivy 能够发展壮大,生根发芽,开花散种,给更多的跟我一样初入门无所适从的新手一个友好又高效的选择。

我对 Kivy 官方文档的翻译,暂告一段落。后面的 API 翻译,有一位知乎上的朋友表示有兴趣进行,一位非常年轻有为的少年。看到现在的青少年人都有如此的学习动力和探索精神,不由得让我感慨时代发展之快,自己奔四的路上,还有幸结识了众多初升的太阳。我相信他们会在未来闪耀,那个时代一定更美好。

GitBoox 在线阅读地址: https://www.gitbook.com/book/cycleuser/kivy-guide-chinese/details

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].