This is a GUI-based Makefile generator tool built using Python. It provides an intuitive graphical interface for users to create and customize Makefiles without needing to manually write the code.
- Graphical Interface: Allows users to interactively input parameters and options for generating Makefiles.
- Customization: Users can specify target names,compiler , and other options easily through the GUI.
- Ease of Use: Intuitive design makes it accessible for users of all experience levels.
- Copy: Users can copy their configurations in clipboard.
- Python 3.x
- Clone or download the repository to your local machine.
git clone https://github.com/minecraftdixit/Gmake.git
- Install the required dependencies using pip
cd Gmake
cd src
pip install -r requirements.txt
- Navigate to the directory containing the cloned repository.
cd Gmake
cd public
- Run the application.
python main.py
- Launch the application by executing the
main.py
script. - Fill in the required fields and select options from the dropdown menus.
- Click on the "Generate" button to create the Makefile based on the provided inputs.
Contributions are welcome! Please feel free to submit issues or pull requests.