Skip to content

ebonnal/pycout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pycout

Actions Status Actions Status

Install

pip install pycout (or pip install git+https://github.com/enzobnl/pycout.git)

Usage

This

from pycout import *

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

is

Sending 1000 hellos to the world !

About

C++-style printing portage for Python: cout << "Hello" << " World !" << endl;

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages