AbhiK002 / Tasky

A Task Deadline Tracker made using Python and PyQt5 for GUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tasky

πŸ“œ Have a lot of tasks you need to complete within their deadlines? ⏰


Tasky is a simple deadline tracker program that displays a pretty list showing the time remaining for each task, making it easier to prioritize tasks to complete.

Download

Click here to download the latest version of Tasky (v2.0.2)

Includes:

  • Tasky
  • Tasky CLI Version (Command Line Interface)

Features

  • 🐀 Simple and easy to use application

  • ⚜ Modern and interactive graphical user interface

  • πŸ‘ Visual track of task deadlines

  • πŸ” Live updates of the time remaining for upto 100 tasks

  • πŸ’» Has a console version for people who prefer CLI

  • πŸ’« Offers 2 themes:

    • πŸ–€ Dark mode (Grayscale)
    • 🧑 Light mode (Gold and Orange)
  • βš™ Add, edit or remove tasks

  • πŸ’¬ Enter a task description for each task to store more helpful details

How To Use

  • Click the 'New Task' button to add a new task
  • Click the 'Dark Theme' or 'Light Theme' button to switch color themes
  • Click on a task to edit its details
  • Hover over a task to view the task description
  • To delete a task, you can either:
    • Click the 'TRASH' icon button in the 'Edit Task' window, OR
    • Hover over the task and click the 'TRASH' icon button in the far right
  • Click the 'Clear All' button in the end of the tasks list to delete all tasks

'TRASH' icon buttons:

de2 de

Tasky CLI Commands

Note:
β–· Here X refers to the task number (1, 2, 3 ...) of any task you want to operate on (task numbers are displayed with the tasks in the output)
β–· None of the commands shown below are case-sensitive

Commands

  • Add Task - add new create
  • Delete Task - delete X del X remove X rem X
  • Delete All Tasks - clear
  • Edit Task - edit X ed X change X
  • View Task Details - ENTER TASK NUMBER (Examples: 1, 2, 3, 4 ...)
  • Open Help Menu - help h
  • About Tasky - version about
  • Exit Tasky - quit bye

Requirements

Only required if you want to run the .pyw or .py file directly. Otherwise use the binary (ZIP, EXE) files in releases.

Install PyQt5 using pip via terminal

pip install PyQt5

(NOTE: Tasky's CLI version does not require any additional modules other than in-built Python modules & libraries)

Usage

Repository

  • Clone the repository or download the repository ZIP file
  • Make sure you have met the requirements above
    • Run gui_main.pyw to use Tasky
    • Run console_main.py to use the CLI (Command Line Interface) version of Tasky

Releases

Screenshots

  • Light mode and Dark mode of Tasky

modes

  • Edit Task window and visible task description on hovering mouse over a task

edit_desc

Tasky CLI

  • (Left to Right) These commands have been used: help and new

cli_help_new

  • (Left to Right) These commands have been used: edit 9 then remove 1

cli_edit_delete

  • The command 5 has been used to view the details of task number 5 in the list

cli_view

Created by Abhineet Kelley (Github: AbhiK002)

Enjoy!

About

A Task Deadline Tracker made using Python and PyQt5 for GUI

License:GNU General Public License v3.0


Languages

Language:Python 100.0%