Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 739 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 739 Bytes

PySide2 example

Requirements:

Python >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.11

Other requirements are specified in the requirements.txt file and can be installed with:

pip install -r requirements.txt

Run instructions:

To run the program you have to run the main.py python script.

For the tasks and files to appear in the list you have to press the corresponding buttons underneath the list. The same logic applies to the dropdown lists where you have to press the button next to it to add another instance of it.

NOTE: this example is just a GUI implementation without any advanced logic behind it except the ability to add tasks, files, projects and categories.