Giter Club home page Giter Club logo

introduction-to-generative-ai-part-1's Introduction

Simple Task Manager

Instructions

Libraries

An external library is used in this assignment, so it's required to install it using pip beforehand.

Option 1: pip install -r requirements.txt

Option 2: python -m pip install -U prettytable

Graphical User Interface Version (GUI)

Entry Point

main.py

Screenshots

This simple task manager application allows users to enter task descriptions and statuses:


image

To modify a task:


image

To generate a task report:


image

image

Warnings:


image

image

image

image

Terminal Version

Entry Point

App.py

Design Patterns

  • Object-oriented programming (OOP)
  • Model–view–controller (MVC)

Functionality:

  1. Add a task
  2. View tasks
  3. Remove a task
  4. Mark a task as complete
  5. Report
  6. Exit

Screenshots


image


image


image


image

Assignment

Task: Simple Task Manager - Python Coding (Deadline - 12.04.2024)

Due 12 April 2024 23:59

Instructions

Task: Simple Task Manager

Description:

Write a Python program that allows users to manage their tasks. Users should be able to add tasks, view tasks, mark tasks as completed, and delete tasks.

Requirements:

  • Implement functions for adding tasks, viewing tasks, marking tasks as completed, and deleting tasks.
  • Use a dictionary or list to store tasks, where each task has a unique identifier.
  • Provide a simple menu-driven interface for users to interact with the program.
  • Use control structures to handle user input and perform the appropriate actions based on user choices.

introduction-to-generative-ai-part-1's People

Contributors

harryguiacorn avatar

Stargazers

 avatar  avatar

Watchers

 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.