I created a command-line task manager using Python. This project lets users add tasks through the terminal and is part of my learning journey into Python scripting and CLI-based tools. While building it, I learned how argument parsing works using …
I created a command-line task manager using Python. This project lets users add tasks through the terminal and is part of my learning journey into Python scripting and CLI-based tools. While building it, I learned how argument parsing works using argparse, how to structure a Python script properly, and how terminal commands interact with the code. I also worked through errors, tested commands, and improved my understanding of how Python programs are run from the command line.
I used ChatGPT to help me understand errors, fix issues in my Python script, and guide me through using argparse and running commands correctly. It helped me debug problems step by step and improve my understanding of how CLI programs work.