Skip to content

abdullahguch/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Task Manager

This is a simple Python script for managing tasks. Users can add tasks, view tasks, and mark tasks as completed.

Installation

  1. Clone this repository to your local machine:

git clone https://github.com/abdullahguch/task-manager.git

  1. Navigate to the project directory:

cd task-manager

Usage

  1. Run the task_manager.py script.

python task_manager.py

  1. Select an option from the menu:

    • Enter 1 to add a task.
    • Enter 2 to view tasks.
    • Enter 3 to mark a task as completed.
    • Enter 4 to exit the task manager.
  2. Follow the prompts to perform the selected operation.

Notes

  • The task manager stores tasks and their completion status in a tasks.txt file. In order to run the code, there needs to be a tasks.txt file in the same folder.
  • Task indices start from 1 when viewing tasks.
  • The code uses UTF-8 encoding, therefore supports writing tasks in different languages.

Contributing

Feel free to use, modify, and extend the code as needed.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A Python script for managing tasks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages