/pycout

C++'s cout for Python

Primary LanguagePythonApache License 2.0Apache-2.0

PyCout

C++'s cout << "Hello" << " World!" << endl; in Python

Actions Status Actions Status

pip install pycout

from pycout import *

cout << "Sending a " << 1000 << " hellos to the world!" << endl;