Metadata-Version: 2.4
Name: pbuild-FIRSTBLUUD
Version: 0.0.2
Summary: a project to build c
Author-email: Firstbluud <firstbluud@gmail.com>
License-Expression: MIT
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# pbuild
It is a project to build **c/cpp** 
## Grammar
It's grammar is very easy
First,install it:
```cmd
pip install pbuild / python -m pip install pbuild 
```
Second,create a new *project*: 
```cmd
python -m pbuild [project name] [mode]
```
In `[mode]`,you can write *MessageBox* or *consoleness* 
More enter
```cmd
python -m pbuild help
```
get more imformation.
