This is a module that uses python interface to execute the c/c++ programs and perform actions
Project description
PyCPPExecuter : An Python C++ Code Executer
PyCPPExecuter is a module used for Compiling and Executing the C/C++ code and also alows you to convert the code into the Assembly Code and to the Object File, also helps in checking the syntax of the the code. PyCPPExecuter is a robust for Executing the C/C++ code.
PyCPPExecuter is open source software relised by Jaya Krishna Marni
Full documentation and examples available at : https://jayakrishna112.github.io/docs.PyCPPExecuter/
Important links
- HTML documentation: https://jayakrishna112.github.io/docs.PyCPPExecuter/
- Issue tracker: https://github.com/Jayakrishna112/PyCPPExecuter/issues
- Source code repository: https://github.com/Jayakrishna112/PyCPPExecuter
Example Usage
>>>from PyCPPExecuter import CPPExecuter
>>>executer = CPPExecuter()
>>>code = """#include<iostream>
int main(){
std::cout << "Hello World!";
return 0;
}
"""
>>>executer.compile(code = code)
>>>executer.execute()
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file PyCPPExecuter-1.0.0.tar.gz.
File metadata
- Download URL: PyCPPExecuter-1.0.0.tar.gz
- Upload date:
- Size: 5.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e8bd388ba6464d31af7a58e61c18cf7f670f97c790ec5039fc4434f9b3245517
|
|
| MD5 |
c0756ab24195631c67fe4da496f230ad
|
|
| BLAKE2b-256 |
e8d0848deae033ae7fb9afb88374ea68452856599383ba19439e46f9c49f09e9
|
File details
Details for the file PyCPPExecuter-1.0.0-py3-none-any.whl.
File metadata
- Download URL: PyCPPExecuter-1.0.0-py3-none-any.whl
- Upload date:
- Size: 6.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
323f48b6463848164084ac5bbe97bc842b590251735d3531a059f93e7ad43a77
|
|
| MD5 |
b5188e4f54d4220546cfa58f2e27bb68
|
|
| BLAKE2b-256 |
832c66637d0b76ddaaabe0b376148fd65f8983fba36265624acaf4adc3cc772e
|