Skip to content
forked from kragniz/anyprint

Use any language's print statements in Python

License

Notifications You must be signed in to change notification settings

nimaje/anyprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Anyprint

Do you commonly forget what language you're writing while typing contrived print statements? This is the module for you!

Usage

Simply import this module:

import anyprint

Which makes the following valid python:

printf("printf %d\n", 10);

fmt.Println("hello")

cout << "Hello, C++!" << endl;

Print["Hello from Mathematica!"]

console.log("yes");

System.out.printf("java stuff\n");

Ada.Text_IO.Put_Line("Ada is cool")

Anyprint supports a growing number of languages, and welcomes more!

Testimonials

Anyprint has many glowing reviews from its many satisfied users:

"omg pls"

"what is wrong with you"

"That's stupid and not useful."

"Please add my testimonial: "very accurate testimonials"."

"kragniz, please stop writing questionable python metamodules :v"

"can I have a testimonial?"

"pls add my testimonial: no memes guaranteed."

"The Testimonials section cracked me up."

About

Use any language's print statements in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%