Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.26 KB

File metadata and controls

57 lines (34 loc) · 1.26 KB

Flask ToDo Application

Introduction

This project is a Flask-based ToDo application designed to help users manage their tasks efficiently. It features a user-friendly interface for adding, deleting, and updating tasks. The application can be used as a web service or run locally for personal task management.

flasktodo-sc

Demonstration Video

flasktodo-demo.mp4

Installation

Prerequisites

  • Python 3.6+
  • pip

Steps

  1. Clone this repository or download the ZIP file and extract it.

  2. Navigate to the project directory.

    cd ToDoList-Python-Flask
  3. Install the required Python packages.

    pip3 install -r requirements.txt

Usage

To run the Flask application:

python3 app.py

For the desktop application:

python3 desktop.py

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

Please ensure to update tests as appropriate.

License

Distributed under the MIT License.