Giter VIP home page Giter VIP logo

scheduler's Introduction

scheduler

scheduler is a command-line tool built with Python and Click library that allows users to manage their tasks efficiently.

Features

  • Add tasks with customizable name, description, and priority.
  • Delete tasks by their index in the task list.
  • List tasks with optional filtering by priority.

Requirements

  • Python 3.x
  • Click 8.1.7
  • Colorama 0.4.6

Installation

  1. Clone the repository:

    git clone https://github.com/debghs/scheduler.git
    
  2. Navigate to the project directory:

    cd scheduler
    
  3. Install dependencies:

    pip install -r requirements.txt
    

Usage

  1. Adding a Task:

    python main.py add-task
    

    Follow the prompts to enter the task name, description, and choose a priority.

    Or use,

    python main.py add-task --name "task name" --desc "task description" "priority"
    

    Replace the fields with your data.

  2. Deleting a Task:

    python main.py del-task <index>
    

    Replace <index> with the index of the task you want to delete.

  3. Listing Tasks:

    python main.py task-list
    

    Use the optional -p flag followed by the priority (o, l, m, h, c) to filter tasks by priority.

Priorities

Tasks can be assigned one of the following priorities:

  • o (optional): Indicates an optional task.
  • l (low): Indicates a low-priority task.
  • m (moderate): Indicates a moderate-priority task.
  • h (high): Indicates a high-priority task.
  • c (critical): Indicates a critical-priority task.

Contributing

Contributions are welcome! If you have any ideas for new features, find any bugs, or want to improve the code, feel free to open an issue or submit a pull request.

scheduler's People

Contributors

debghs 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.