DEV Community

BlurBisht
BlurBisht

Posted on

Day 2 of #100DaysOfCode: Built CLI Tools

Day 2 done. Built a CLI Tools app: password generator, todo list, and temperature converter all in one menu-driven Python program.

What I built
Picked from a menu, use the tool, then back or quit. Covers loops, functions, and CLI menus.

Features

  • Password generator - random password of your chosen length
  • To-Do list - add, list, delete tasks for your session
  • Temperature converter - Celsius, Fahrenheit, Kelvin

Key takeaway
Kept it small and shipped it. Also got Day 2 pushed to GitHub. One day at a time.

Connect:

Top comments (0)