Skip to main content

A task list application, written in Python3 using the dearpygui library

Project description

Python Task List

A task list application, written in Python3 using the dearpygui library

Installation from source

It is suggested that a virtual environment is used, although this is not required.

To install dependencies, run

spam@eggs:~$ pip3 install -r /path/to/the/cloned/repository/requirements.txt

NOTE: You may need to substitute pip3 for pip on Windows-based systems. To use a specific version of python from your system: /path/to/your/python -m pip can be used instead of pip3

To start

Run

spam@eggs:~$ cd /path/to/the/cloned/repository
spam@eggs:~$ /path/to/your/python src/task_list/__main__.py

In this case, data is stored in .tasks.json in the root of the cloned repository. .tasks.json will be searched for and written to the current working directory.

Building packages

Run

spam@eggs:~$ cd /path/to/the/cloned/repository
spam@eggs:~$ /path/to/your/python -m build .

Built packages will be output to the dist directory.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dearpygui_task_list-4.0.0.tar.gz (19.3 kB view hashes)

Uploaded Source

Built Distribution

dearpygui_task_list-4.0.0-py3-none-any.whl (20.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page