Metadata-Version: 2.4
Name: sonucv
Version: 1.2
Summary: A Python package that displays my resume in the terminal
Home-page: https://github.com/sonusahani/sonucv
Author: Sonu Kr Sahani
Author-email: sahanix7@gmail.com
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: requires-python
Dynamic: summary

# SonuCV

SonuCV is a Python package that displays an interactive and formatted resume directly in the terminal. It allows users to view the resume in both **full** and **interactive** modes.

---

## 🚀 Installation

You can install SonuCV from PyPI using:

```sh
pip install sonucv

To view the full resume, run:

resumeviewer

To use the interactive mode, run:

resumeviewer --interactive

