Metadata-Version: 2.4
Name: cfuncs
Version: 0.2
Summary: C-style and troll functions globally available in Python
Author: Mayank
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: summary

# cfuncs

Install:
pip install cfuncs

Usage (no import needed):

printf("hello %d", 10)
a, b = scanf("%d %d")
banner("WELCOME")
sus()
rr()

Remove:
pip uninstall cfuncs
