• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Phyton PyCCompiler v1.0

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,456
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
screenshot-168.png


A simple python interface for GCC Compiler.

PyCCompiler is a Python script for compiling C source files using the GCC compiler. The script is designed to work on both Windows and Unix-like systems (Linux, macOS, etc.) and offers features such as cross-platform compilation for Windows from Linux systems, warning management, and support for MinGW ANSI Studio.

Key Features

Multi-Platform Support: Compatible with Windows and Unix-like systems (Linux, macOS).
Cross-Platform Compilation: Ability to compile executables for Windows x86_64 from Linux systems using x86_64-w64-mingw32-gcc.
Warning Management: Option to enable or disable warnings during compilation (-Wall -Wextra).
Support for MinGW ANSI Studio: Compatibility with MinGW ANSI Studio on Windows systems.
User-Friendly Interface: Interactive input to guide users through the compilation process.

Requirements

To use PyCCompiler, make sure you have the following tools installed:

Python 3.x: The script is written in Python 3.
GCC (GNU Compiler Collection): Required to compile C source files.
x86_64-w64-mingw32-gcc (only for cross-platform compilation): If you want to compile for Windows from a Linux system, install this package for your distrubution.

To see this hidden content, you must like this content.
 
Back
Top