About 3,590,000 results
Open links in new tab
  1. Hybrid Application with Python GUI with C++ background …

    Apr 11, 2011 · I want to write a hybrid application which uses python as GUI component, and C++ module as background services. I know how to program with Python, and C++, but I don't find a mature/nice way to make them work together smoothly.

  2. Embedding C++ program in Python GUI - Stack Overflow

    Dec 19, 2016 · The easiest solution here is to create a standalone application in cpp that is simply called by your python gui with a system call: os.system(). if you instead create a library (DLL) and wrap it into a python library with something like swig you can call functions directly and potentially wrap something like a GL renderer into a qt frame widget ...

  3. python - How do I call a .py GUI from a .cpp? - Stack Overflow

    Aug 9, 2020 · I'm using Python 3.8.5 (64-bit) and Dev-C++ (Code generation ISO C++11, Includes Python's include folder and Libraries also has Python's Lib folder). I designed a very simple and barebones ttk GUI in Python and all I need is for my .cpp to …

  4. How to make C++ communicate with Python? : r/cpp_questions - Reddit

    Mar 11, 2022 · Connect to it with a socket. Send it moves and results over the socket. Bonus... you can change the GUI from PyGame to a web app or anything else by connecting them to the chess engine written in C++.

  5. reefactor/cppy3: Embed Python 3 into your C++ app in 10 minutes - GitHub

    Embed Python 3 into your C++ app in 10 minutes. Contribute to reefactor/cppy3 development by creating an account on GitHub.

  6. 1. Extending Python with C or C++ — Python 3.13.3 documentation

    3 days ago · It is quite easy to add new built-in modules to Python, if you know how to program in C. Such extension modules can do two things that can’t be done directly in Python: they can implement new built-in object types, and they can call C library functions and system calls.

  7. Integrating c++ code for application with python gui.? - Reddit

    Nov 2, 2020 · I was thinking if I could use python to design the gui when they do the backend code with c++. I wanted to know all the tools I might require for this and what I should look into to get this project done.

  8. Speeding up Python with C++ and Pybind11 - James Thornton

    Aug 1, 2020 · A how-to set-up guide for using C++ with Python with Pybind11. Instructions are based on this guide with some of the kinks worked out for common problems. I am using conda to manage dependencies and using the MS Visual Studio 2019 IDE for C++.

  9. Multi platform GUI with a python/C++ core

    Jun 27, 2017 · I want to write a GUI for all the major OS (macos, Linux and windows) to help the user to interact with the application, and avoiding the user to modify the python script directly. Using this answer and kivi as a library, or pyQT.

  10. Porting a C++ Application to Python - Qt for Python

    Qt for Python lets you use Qt APIs in a Python application. So the next question is: What does it take to port an existing C++ application? Try porting a Qt C++ application to Python to understand this. Before you start, ensure that all the prerequisites for Qt for Python are met. See Getting Started for more information.

  11. Some results have been removed
Refresh