📜 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.
Click here to download the latest version of Tasky (v2.0.2)
Includes:
- Tasky
- Tasky CLI Version (Command Line Interface)
-
🐤 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
- 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:
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
- 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
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)
- 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
- Run
- Download the setup file from the latest release of Tasky
- Run the setup
tasky-setup.exe
- Tasky will be installed on your computer. Check the start menu to find the apps
Tasky
andTasky Console
underTasky
folder in the apps list.
- Light mode and Dark mode of Tasky
- Edit Task window and visible task description on hovering mouse over a task
- (Left to Right) These commands have been used:
help
andnew
- (Left to Right) These commands have been used:
edit 9
thenremove 1
- The command
5
has been used to view the details of task number 5 in the list
Enjoy!