Skip to content

SuvamHere/reso-2warmup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

132505a · · Mar 30, 2026

History

2 Commits
Mar 30, 2026
Mar 30, 2026
Mar 30, 2026
Mar 30, 2026
Mar 30, 2026
Mar 30, 2026

Repository files navigation

reso-2warmup

A simple contact book CLI built with Python and argparse. Week 2 warmup for Hack Club Resolution.

Installation

pip install --index-url https://test.pypi.org/simple/ reso-2warmup

Usage

# Add a contact
contacts add  "Suvam Pathak" [email protected]


# List all contacts
contacts list



# Remove a contact by ID
contacts remove 11

Example

$ contacts add "Suvam Aryal" [email protected]
Contact 'Suvam Aryal' added with ID 1.

$ contacts add "Niko" [email protected]
Contact 'Niko' added with ID 2.

$ contacts list
ID    Name                 Email
---------------------------------------------
1     Suvam Pathak          [email protected]
2     Niko                 [email protected]

$ contacts remove 1
Removed contact: Suvam Aryal (ID 1)
Aryal (ID 1)

Commands

Command Description
add lt;email> Add a new contact
list List all saved contacts
remove id> Remove a contact by ID

Built With

  • Python
  • argparse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages