Metadata-Version: 2.4
Name: vicutils
Version: 0.17
Summary: Utility functions for Python programming
Home-page: https://vic-nas.github.io/PythonSolutions/
Author: Vic-Nas
Author-email: nasci.victorio@gmail.com
Project-URL: Documentation, https://vic-nas.github.io/PythonSolutions/vicutils/printBin.html
Project-URL: Source, https://github.com/Vic-Nas/PythonSolutions
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: project-url
Dynamic: requires-python
Dynamic: summary

# [PythonSolutions](https://vic-nas.github.io/PythonSolutions/)

## [Documentation](https://vic-nas.github.io/PythonSolutions/vicutils/printBin.html)

A collection of programming problem solutions and python package.

## ✍️ Solution Style

- **Well-commented code** to explain the approach and algorithm.  
- **Python-focused solutions**, with clear and readable implementation.  
- **Geometry problems** may include supporting images or diagrams.  
- **Multistemps problems** may include an example page.
  
## Install vicutils
```bash
pip install vicutils
```

