Python CLI Task Manager banner

Python CLI Task Manager

1 devlog
1h 4m 37s

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.

This project uses AI

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.

Demo Repository

Loading README...

mrgamerspu23

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
Attachment
0