Metadata-Version: 2.1
Name: gentoricass
Version: 1.5.1
Summary: A beginner-friendly programming language built on Python
Home-page: UNKNOWN
Author: Dickily
Author-email: dickilyyiu@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

Gentoricass Programming Language | Gentoricass编程语言
   Built by: Dickily
   Version: 1.5 (Improved!)
Gentoricass is a beginner-friendly programming language based on Python.  
Its intuitive commands simplify coding while retaining Python's power.  
Gentoricass是一种基于Python的初学者友好型编程语言。  
它的直观命令简化了编程，同时保留了Python的强大功能。

## Features | 特点:
1. Interactive Input | 交互式输入 (`gin`)
2. Flexible Output | 灵活的输出 (`gout`)
3. Logical Conditions | 条件控制 (`gif_true_false`, `gif_in`)
4. Loops with Shared Variables | 支持共享变量的循环 (`grepeat`, `gloop`)
5. Break & Skip in Loops | 循环中的Break和Skip (`gstop`, `gskip`)
6. Random Utilities | 随机数支持 (`gran_int`, `gran_choice`)
7. Custom Function Creation | 自定义函数创建 (`gset`, `grun`)
8. Built-In Documentation | 内置文档支持 (`help(gentoricass)`)

---

## Usage | 用法:
Call `help(gentoricass)` to see a list of functions and their explanations.  
调用`help(gentoricass)`可以查看函数列表及其解释。

---

## Version 1.5 Improvements | 版本1.5改进:
1. **Break & Skip Commands in Conditions**:  
   Loops (`grepeat`, `gloop`) now detect `gstop` and `gskip` commands within `gif_true_false()` logic for dynamic flow control.  

2. **Enhanced Loop Handling**:  
   Optimized loop execution with better variable sharing and dynamic error handling.  

3. **Added Random Utilities**:  
   Introduced `gran_int()` for random integers and `gran_choice()` for selecting random items.  

4. **Improved User Experience**:  
   Simplified syntax and increased clarity in dynamic function creation (`gset`, `grun`).  

Explore Gentoricass and unleash your creativity! 🚀  
'''

