# pygame_study **Repository Path**: chenchang/pygame_study ## Basic Information - **Project Name**: pygame_study - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-02 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # PyGame 学习 ## 参考 * [[kdocs] PyGame 学习笔记](https://www.kdocs.cn/l/cbwQzxvNisGI) * [Pygame GUI Documentation](https://pygame-gui.readthedocs.io/en/latest/index.html) * [Pygame GUI Examples](https://github.com/MyreMylar/pygame_gui_examples/tree/master) ## 样例介绍 [pygame_gui_examples](https://github.com/MyreMylar/pygame_gui_examples) 中的 [translations_test.py](https://github.com/MyreMylar/pygame_gui_examples/blob/master/translations_test.py) 演示了多语种控件示例。 [example22.py](https://gitee.com/chenchang/pygame_study/blob/master/sample22.py) 实现了中文的 Button 和 Label 。