Skip to main content

中文Python内置函数封装库,让你用中文写代码。

Project description

「bttmb 3.0.1 中文Python库完整介绍」

⚽️ 「核心定位」

逐步完善并汉化覆盖 Python 语言,让编程新手也能快速入门学习

🧱 「版本信息」

当前版本:v3.0.1

🀄️ 「已完成汉化模块」

  • 内置函数
  • 高级运算函数
  • 拓展函数
  • turtle库
  • math库
  • random库
  • pygame库(部分)

🧍‍♂️ 「适用人群」

  • 三级以下学生:适配学习,轻松上手
  • 四级及以上:可试用 pygame 模块(玩家向)
  • 大项目(如 sys 等模块):暂无法完成完整中文覆盖

💻 「代码示例」

一、汉化海龟绘图

--python-- import bttmb as 编程 编程.苏醒乌龟(别名="小龟龟") 编程.小龟龟.速度(10)#老玩家注意:speed里的0我搞成了10,新手好懂。 for 次数 in 编程.重复数字(1,11):#新手注意:顾头不顾尾。 编程.小龟龟.前进(100) 编程.小龟龟.后退(100) 编程.小龟龟.左转(36) 编程.小龟龟.隐藏()

二、基础内置函数使用

--python-- import bttmb as bc bc.打印("hahh",678) bc.打印(bc.判断质数(7))  

✍️ 「作者与相关信息」

  • 作者:BURTTRAVER
  • 投诉&协作邮箱:13149412996@163.com
  • PyPI 直达链接:https://pypi.org/project/bttmb/
  • 版本更新日志: 0.4.0 ➡ 2.0.0 ➡ 2.4.5 ➡ 2.4.9 ➡ 2.5.0 ➡ 2.7.0 ➡ 3.0.0 ➡ 3.0.1 ➡ 3.1.0 ➡ 3.1.5 ➡ 3.1.7 ➡ 3.2.0 ➡ 3.2.2 ➡ 3.3.0 ➡ 3.5.0 ➡ 3.5.5 ...
  • 仓库地址:仅发布在 PyPI,暂不入驻 GitHub 「喵!中国男孩在GitHub失踪了…因为他没有账号!」 📄 「许可证」 MIT License plaintext

{English version} bttmb 3.0.1 Complete Introduction to Chinese Python Library

Core Positioning

Gradually improve and localize in Chinese to cover the Python language, allowing programming beginners to get started quickly and learn easily

Version Information

Current Version: v3.0.1

Localized Modules Completed

Built-in functions Super functions Other functions turtle math random pygame(just some)

Target Users

  • Students below Level 3: suitable for learning, easy to get started
  • Level 4 and above: can try out the pygame module (for players)
  • Large projects (such as sys and other modules): full Chinese coverage is not yet available

Code Examples

I. Localized Turtle Graphics

--python-- import bttmb as 编程 编程.苏醒乌龟(别名="小龟龟") 编程.小龟龟.速度(10)#Old players note: I changed 0 in speed to 10 for beginners to understand easily. for 次数 in 编程.重复数字(1,11):#Beginners note: includes the start but excludes the end. 编程.小龟龟.前进(100) 编程.小龟龟.后退(100) 编程.小龟龟.左转(36) 编程.小龟龟.隐藏()  

II. Basic Built-in Function Usage

--python-- import bttmb as bc bc.打印("hahh",678) bc.打印(bc.质数(7))  

Author & Related Information

  • Author: BURTTRAVER
  • Complaint & Collaboration Email: 13149412996@163.com
  • PyPI Direct Link: https://pypi.org/project/bttmb/
  • Version Update Log: 0.4.0 ➡ 2.0.0 ➡ 2.4.5 ➡ 2.4.9 ➡ 2.5.0 ➡ 2.7.0 ➡ 3.0.0 ➡ 3.0.1 ➡ 3.1.0 ➡ 3.1.5 ➡ 3.1.7 ➡ 3.2.0 ➡ 3.2.2 ➡ 3.3.0 ➡ 3.5.0 ➡ 3.5.5 ...
  • Repository Address: Only released on PyPI, not yet available on GitHub 「The Chinese boy went missing on GitHub...because he doesn't have an account!」

III. License MIT License plaintext

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bttmb-3.0.1.tar.gz (15.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

bttmb-3.0.1-py3-none-any.whl (14.8 kB view details)

Uploaded Python 3

File details

Details for the file bttmb-3.0.1.tar.gz.

File metadata

  • Download URL: bttmb-3.0.1.tar.gz
  • Upload date:
  • Size: 15.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for bttmb-3.0.1.tar.gz
Algorithm Hash digest
SHA256 7a2479e8518dcd04bde56ce42eafb8a312f49333fd49d7004a2b447da9b1b0a7
MD5 4f25ce37a5bd7d1b67ebf3de32a0e421
BLAKE2b-256 98e91fc1149d46e7fa2e7a78ee1b3e8ea69fa8be4b0c80b3b81120ff4f94199b

See more details on using hashes here.

File details

Details for the file bttmb-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: bttmb-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 14.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.4

File hashes

Hashes for bttmb-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 2e5caac745a7cc22ea4ae62bb2a30b8be2d2c51b6b018a31fa9034b6d1f2456a
MD5 f1158f1d7ece8d54dc10287650d71afd
BLAKE2b-256 af6bdfeb7b80ad4bcdf387428c2f329cd41ee11df0b94fc4e3d328fdfab89034

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page