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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file dearpygui_task_list-4.0.0.tar.gz
.
File metadata
- Download URL: dearpygui_task_list-4.0.0.tar.gz
- Upload date:
- Size: 19.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07332953753dc580346398d26756e4a37819f1b0c649617ad89e04b13ba9f936 |
|
MD5 | 81b745421e93e159f525f7e053f9d9b0 |
|
BLAKE2b-256 | 724b9dc29e8e7a2beb08102cac6fb6bb7673fae62e5ad5c500fd0e846d521101 |
File details
Details for the file dearpygui_task_list-4.0.0-py3-none-any.whl
.
File metadata
- Download URL: dearpygui_task_list-4.0.0-py3-none-any.whl
- Upload date:
- Size: 20.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f9b69023739c10dac038c0d020d44f3f80e2631b4751a33bb8bc911e1ac0495a |
|
MD5 | e0704be0e787405dbf6c8fc16f9ff352 |
|
BLAKE2b-256 | 6ed68def5610e05396a19106074f8d81c7a452b043d0004f6bd0b715cd354cd2 |