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
Full Name
Arpit Kumar
Participant Role
Contributor - GSSOC'25
Title
✨ Add "pyverse tip" command to show random Python tips or motivational quotes
Enhancement Aim
To introduce a new
pyverse tipcommand 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
tips.jsonor Python list with 20-30 Python tips / quotes.random.choice()to display one random message on each run.pyverse tipScreenshots 📷
No response
Guidelines
Full Name
Arpit Kumar
Participant Role
Contributor - GSSOC'25