sam3360
A tiny CLI that fetches my public GitHub profile and displays it directly in your terminal.
Installation
pip install sam3360
Usage
sam3360 --info
Example output:
User: sam3360
Name: Samarth Chugh
Bio: ...
Public Repos: ...
Profile URL: https://github.com/sam3360
The information is fetched live from GitHub, so changes to my profile can appear without requiring a new package release.
What It Shows
- 👤 GitHub username
- 🪪 Name
- 📝 Bio
- 📦 Public repository count
- 🔗 GitHub profile URL
How It Works
sam3360 uses GitHub's public API:
https://api.github.com/users/sam3360
The CLI retrieves the public profile data and displays the selected information in your terminal.
No GitHub token or authentication is required.
Requirements
- Python 3.8+
- Internet connection
Dependencies
None.
The package uses Python's built-in:
argparsejsonurllib
Project Structure
sam3360/
├── sam3360/
│ ├── __init__.py
│ └── cli.py
├── pyproject.toml
└── README.md
Example
$ pip install sam3360
$ sam3360 --info
User: sam3360
Name: Samarth Chugh
Bio: ...
Public Repos: ...
Profile URL: https://github.com/sam3360
GitHub
GitHub: https://github.com/sam3360
License
See the repository for license information.
Made by Samarth Chugh
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sam3360-0.1.1.tar.gz.
File metadata
- Download URL: sam3360-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2be532a4c43679bab712d8493e47d0cf6a42d7004c093129af52a273e2350c39
|
|
| MD5 |
a7d7d3eea20d821ca80dbb38f690b4bb
|
|
| BLAKE2b-256 |
076a92df5e6cedf2312ee0ac991c171f866ce49a2f058c3d8cd119751e3de57a
|
File details
Details for the file sam3360-0.1.1-py3-none-any.whl.
File metadata
- Download URL: sam3360-0.1.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ab1687e802d932bbc6ba96ac0aa60b057de0b4dfc278fb2fab4d2614984396f1
|
|
| MD5 |
7539882c608c76de4cb3b2863abc0499
|
|
| BLAKE2b-256 |
18fe4a6f1b2505865a23e2708cef963773e5b3c98ede3b6325184509bacb57ff
|