Skip to content

A revamped version of TODOlist that uses PyQt5

Notifications You must be signed in to change notification settings

Snaiel/TODOlist-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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