Skip to content

oliverblum/task_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Task manager

This project demonstrates how to read/write text files with Python and incorporate this into an application that users can use to track their assigned tasks.

user.txt

contains a list of users and passwords

tasks.txt

contains a list of tasks, the assigned task owner, due date

task_manager.py

contains the code where users can interact with the text files to add new tasks, assign them to users, mark them as complete etc.

Installation

Only standard built-in libraries of Python are required

Usage

image

About

Task manager project (reading/writing text files with Python)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages