Day 4 of “90 Days of Free Python Scripts”



This content originally appeared on DEV Community and was authored by momina raheel (Moona)

Day 4 of “90 Days of Free Python Scripts…

Each day I’m sharing a small, open-source Python project beginners can run, study and improve.

Today’s script:

a Contact Book

not to replace your phone’s contacts 😉 but to practice:

  • File handling
  • – Add/search/update/delete functions
  • – Building a small CLI app

Free for anyone to use or modify:

click here!
If you’re following along, try it out and comment what you’d build next!


This content originally appeared on DEV Community and was authored by momina raheel (Moona)