Skip to content

xZepyx/cpp-pyutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✦ cpp-pyutils ✦

Last Commit   Stars   Repo Size   Maintenance


✦ Overview ✦

cpp-pyutils is a lightweight C++ library that provides Python-like utility functions to make C++ programming simpler and more expressive. It includes features such as:

  • print and input analogues
  • Collection utilities (like Python's map, filter, range)
  • String and math helpers
  • Lightweight and header-only for easy integration

The library is ideal for Python developers transitioning to C++ or for anyone who wants faster prototyping with Pythonic syntax in C++.


✦ Features ✦

  • Easy-to-use Python-like syntax in C++
  • Header-only library; no complex build steps
  • Flexible utility functions for common tasks
  • Cross-platform and modern C++17 compatible

✦ Installation ✦

Automatic (recommended)

  1. Clone the repository:
git clone https://github.com/xZepyx/cpp-pyutils.git
cd cpp-pyutils

✦ License ✦

© 2025 xZepyx (Aditya Yadav) — Licensed under the MIT License. See LICENSE for details.

About

A C++ library that brings Python's most useful functions to C++ with a familiar API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published