Giter Club home page Giter Club logo

lab_files_io's Introduction

LAB_FILES_IO

Using what you learned about Python File I/O , we want to make a progeram called To-Do List , this program should do the following:

  • Ask the user do you want to add a new To-Do item? answer by "y" for yes and "n" for no.
  • If the user answers yes , then ask the user to type in his new To-Do item . Then save that To-Do item inside the a file to_do.txt on a new line.
  • If the user answers no, then ask the user : do you want to list your To-Do items ? answer "y" for yes and "n" for no.
  • If the user answers yes for reading his To-Do list , then print a list of the To-Do items one item per line.
  • Then return again to ther first question and ask again, you coninue this untill the user types in "exit" , then you exit the program. and print to the user "thank you for using the To-Do program, come back again soon"

Bonus

Modify the project to be able to do the following instead of writing the to do items line by line (hint: use the json module):

  • each to-do item should be saved with the following attributes:

    • title
    • date & time
    • done (default is false)
  • User can display his to do list items as follows:

    1- Go to Gym - 2023-08-05 08:00:00 - DONE
    2- Visit Grandma - 2023-08-08 21:00:00 - NOT DONE
    
  • User can mark a specific Task as Done.

  • User can search in his tasks using the title.

lab_files_io's People

Contributors

aqeel-aleid avatar newta105 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.