rohith is a simple and elegant command-line portfolio card. It lets you display your professional bio, links to your social profiles, and options like downloading your resume, contacting you via Formspree, or scheduling a meeting β all directly from the terminal.
This tool is great for sharing your portfolio in a unique and tech-friendly way.
π Features View a professional CLI portfolio card
Quick access to:
- Email contact form
- Resume download
- Meeting scheduler
Powered by Rich and Questionary for an interactive and visually appealing experience
cli-card/
βββ rohith/
β βββ __init__.py
β βββ cli.py # main logic
βββ README.md
βββ LICENSE
βββ pyproject.toml # Python build config
βββ setup.cfg # Project metadata and dependencies
βββ setup.py (optional)
This package is published on PyPI
You can run this CLI tool instantly without installing anything globally:
pipx run rohith
Make sure you have pipx installed. If not, you can install it with:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
Alternatively, you can install it permanently:
pipx install rohith
Then simply run:
rohith
Important Notice:
This project is licensed under the MIT License.
According to the license terms, any redistribution (including compiled or modified versions), you must retain the original copyright notice and the full license text. Copyright Β© 2025 Rohith Gowda R. All rights reserved.