You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unitflex is a Python library for converting values between various measurement units such as length, mass, speed, volume and more. It offers a precise and customizable interface for unit conversions, supporting both standard and engineering modes with readable or raw output formatting.
📚 InputValidator is a simple C++ library that helps safely read and validate user input like numbers, dates, and characters. Great for preventing input errors and improving user experience in console applications.