https://github.com/dalmurii/pybuilder
One-touch builder written with Python
https://github.com/dalmurii/pybuilder
build-tool c99 cpp python3
Last synced: 3 months ago
JSON representation
One-touch builder written with Python
- Host: GitHub
- URL: https://github.com/dalmurii/pybuilder
- Owner: Dalmurii
- Created: 2024-03-15T17:19:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T04:29:57.000Z (about 2 years ago)
- Last Synced: 2025-08-09T14:25:41.290Z (11 months ago)
- Topics: build-tool, c99, cpp, python3
- Language: Python
- Homepage:
- Size: 7.81 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).