Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuisanae2f/pybuilder
https://github.com/yuisanae2f/pybuilder
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuisanae2f/pybuilder
- Owner: yuisanae2f
- Created: 2024-03-15T17:19:39.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T18:07:20.000Z (9 months ago)
- Last Synced: 2024-04-11T22:11:35.832Z (9 months ago)
- Language: Python
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pyBuilder
> is an one-touch C++ builder for beginners.
> generates the command line for the gcc automatically.
> tracks all the c/cpp file related, and builds them all an executable file.Warning
> It is not suitable for the large project.
> You need `GCC compiler`, and `Python` to run it.
> It has no dependency system.# you need
- GCC compiler
- Python# to start
1. Manage the [settings.py](./settings.py).
2. Run the [build.py](./build.py) to build.# [settings.py](./settings.md)
> Manage the values when running [build.py](./build.py)
> Do not change the keys(the strings which goes before columns).