Skip to content

🧑‍💻: ✨ Add "pyverse tip" command to show random Python tips or motivational quotes #1478

@arpitkushwaha90

Description

@arpitkushwaha90

Title

✨ Add "pyverse tip" command to show random Python tips or motivational quotes

Enhancement Aim

To introduce a new pyverse tip command that displays a random Python tip, programming quote, or motivational line every time it's run. This will encourage users to learn something new every day while using the CLI.

Changes

  • Add a tips.json or Python list with 20-30 Python tips / quotes.
  • Use random.choice() to display one random message on each run.
  • Register a new argparse command: pyverse tip
  • Display the tip/quote in a stylized manner (with emojis or terminal formatting).
  • Keep code modular to allow future tip expansions.

Screenshots 📷

No response

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Full Name

Arpit Kumar

Participant Role

Contributor - GSSOC'25

Metadata

Metadata

Labels

ContributorDenotes issues or PRs submitted by contributors to acknowledge their participation.Status: Assigned💻Indicates an issue has been assigned to a contributor.gssoc25level1

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions