Day 1 - Building a Python CLI Task Manager
Today I worked on creating a command-line task manager using Python.
What I did:
- Set up a Python script for handling tasks
- Learned and used argparse to take input from terminal commands
- Tested running the script using different commands
- Fixed errors related to file structure and command usage
Challenges:
- Initially struggled with understanding how argparse works
- Faced issues running the script correctly using the terminal
- Had to debug errors step by step
What’s next:
- Add feature to list tasks
- Store tasks properly (maybe using a file)
- Improve usability of the CLI too
0
Log in to leave a comment