Skip to content

minecraftdixit/Gmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Gmake

GUI-Based Makefile Generator using Python

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.

Diagram

Features

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

Requirements

  • Python 3.x

Installation

  1. Clone or download the repository to your local machine.
git clone https://github.com/minecraftdixit/Gmake.git
  1. Install the required dependencies using pip
cd Gmake
cd src
pip install -r requirements.txt
  1. Navigate to the directory containing the cloned repository.
cd Gmake
cd public
  1. Run the application.
python main.py

How to Use

  1. Launch the application by executing the main.py script.
  2. Fill in the required fields and select options from the dropdown menus.
  3. Click on the "Generate" button to create the Makefile based on the provided inputs.

Contributing

Contributions are welcome! Please feel free to submit issues or pull requests.

About

Gui Based Make file generator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages