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
Installing as a binary (PyPI)
NOTE: While binary packages should work, the dependency management has not been tested! Please file an issue report if you encounter problems.
Run
spam@eggs:~$ pip3 install dearpygui-task-list
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
Installing as a binary (downloaded)
NOTE: While binary packages should work, the dependency management has not been tested! Please file an issue report if you encounter problems.
Run
spam@eggs:~$ pip3 install /path/to/the/downloaded/wheel.whl
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 (installation as a binary) (any binary source)
Run
spam@eggs:~$ /path/to/your/python -m task_list
.tasks.json will be searched for and written to the current working directory.
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 (installation from source)
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 from source
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.1.tar.gz
.
File metadata
- Download URL: dearpygui_task_list-4.0.1.tar.gz
- Upload date:
- Size: 19.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29d2bc4fb7f5382b2d5377497318c0eb7c243b2805c6d1e25a0e54051df73f84 |
|
MD5 | fc4be984389348b1f1e3327ea2ff4815 |
|
BLAKE2b-256 | cc702de5a620f90bee5dc22e47768296973c389bffa3192bee30bf02019a4eec |
File details
Details for the file dearpygui_task_list-4.0.1-py3-none-any.whl
.
File metadata
- Download URL: dearpygui_task_list-4.0.1-py3-none-any.whl
- Upload date:
- Size: 20.4 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 | 84d04e124d5b2587f55402f7cbd957466a72ce6ffcfa0df7f98de4182bc5c11f |
|
MD5 | 0bd0dcdbac26736adad31c93f3454cda |
|
BLAKE2b-256 | 9ff3d0a0f7774843022c52e4d109ccb9139a2e5a8a0b6c4aa85fa05c0daf6928 |