-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
🎯 Issue Description
The current output is plain text. Let's make it more visually appealing with colors! Success messages in green, warnings in yellow, errors in red.
🚀 What You'll Learn
- Working with external Python libraries
- Terminal output formatting
- Error handling
📋 Tasks
- Add
coloramaorrichto requirements.txt - Import the color library in py_sort.py
- Colorize success messages (green)
- Colorize warning messages (yellow)
- Colorize error messages (red)
- Update documentation
🛠️ Files to Modify
py_sort.pyrequirements.txtREADME.md
💡 Hints
- Use
coloramafor simple coloring:from colorama import Fore, Style - Or use
richfor more advanced formatting - Test on different terminals
🧪 Testing
python py_sort.py ~/Downloads --dry-runReactions are currently unavailable
Metadata
Metadata
Labels
good first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed