makeprojects icon indicating copy to clipboard operation
makeprojects copied to clipboard

Auto generate Visual Studio, Codewarrior, Codeblocks, XCode, Make, WMake projects

======================= Makeprojects for Python

|PyPi| |License| |GithubActions| |Docs| |Versions|

The makeprojects module makes it easy to autogenerate project files for several popular Integrated Development Enviroments (IDEs)

  • Documentation is found at https://makeprojects.readthedocs.io

  • Doxygen generated documentation is found at https://makeprojects.readthedocs.io/en/latest/doxygen

  • Python Packing Index (PyPI): https://pypi.python.org/pypi/makeprojects

  • Source code and issue tracker: https://github.com/burgerbecky/makeprojects

Compatibility

  • Python 2.7.1 or higher
  • Python 3.4 or higher

Installation

Type in pip install -U makeprojects. Some platforms may require the sudo prefix.

Bugs

If you find a bug, issue or have a feature request, please submit a bug report by emailing [email protected] and mention python version, integer size (32 bit or 64 bit) and what platform was used (Windows / Mac OSX / Linux).

.. |PyPi| image:: https://img.shields.io/pypi/v/makeprojects.svg :target: https://pypi.org/project/makeprojects :alt: Pypi Version .. |License| image:: https://img.shields.io/pypi/l/makeprojects.svg :target: https://github.com/burgerbecky/makeprojects/blob/master/LICENSE.txt :alt: License .. |GithubActions| image:: https://github.com/burgerbecky/makeprojects/actions/workflows/python-build.yml/badge.svg :target: https://github.com/burgerbecky/makeprojects/actions :alt: Github Actions Status .. |Docs| image:: https://img.shields.io/readthedocs/makeprojects.svg :target: http://makeprojects.readthedocs.io :alt: Documentation Status .. |Versions| image:: https://img.shields.io/pypi/pyversions/makeprojects.svg :alt: Supported Python versions