# SimplePythonUseInCpp This is a simple example of using python in c++ with qmake build system. ## Getting Started These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system. ### Prerequisites * [Qt](qt.io) * [Installing python](https://stackoverflow.com/a/21530768/7006262) ## Authors * **Behnam Sabaghi** - *Initial work* - [FONQRI](https://github.com/FONQRI) ## Development [Python/C API Reference Manual¶](https://docs.python.org/3/c-api/index.html#c-api-index) ## License This project is licensed under the GPL V3 License - see the [Licence](LICENSE) file for details ## Acknowledgments * [Modern Cpp](http://moderncpp.ir/) website