Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuisanae2f/pybuilder


https://github.com/yuisanae2f/pybuilder

Last synced: 4 days ago
JSON representation

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).