Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 772 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 772 Bytes

TODOlist-v2

A revamped version of TODOlist that uses PyQt5

Installation

  • Clone the repository

Whilst in the directory:

  • pip install -r requirements.txt
  • python3 TODOlist.py

Features

  • Multiple TODOlists
  • Tasks
  • Sections
    • Holds tasks
    • Holds subsections (which can hold more tasks/ sections)
  • Appending to the end of a list
  • Inserting an element (task or element) before or after a right-clicked element
  • Clear
    • Checked tasks in the current level
    • All checked tasks in the list or section
    • All elements in the list or section