Skip to content

unito07/python-task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

Python Task Manager

A simple command-line task manager demonstrating Python project structure and GitHub features.

Features

  • Add, list, update, and delete tasks
  • Mark tasks as complete
  • Save tasks to a JSON file
  • Command-line interface

Installation

git clone https://github.com/unito07/python-task-manager.git
cd python-task-manager
pip install -r requirements.txt

Usage

python -m taskmanager.cli

Project Structure

python-task-manager/
├── taskmanager/          # Main package directory
│   ├── __init__.py      # Package initialization
│   ├── cli.py           # Command line interface
│   └── manager.py       # Core task management logic
├── tests/               # Test directory
│   └── test_manager.py  # Tests for task manager
├── README.md            # Project documentation
└── requirements.txt     # Project dependencies

Contributing

  1. Fork the repository
  2. Create a feature branch
  3. Make your changes
  4. Submit a pull request

License

MIT License

About

A simple task manager demonstrating Python project structure and GitHub features

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published