Metadata-Version: 2.1
Name: BubbleTask
Version: 0.0.5
Summary: Configurable, visual task-planning tool that lives on your desktop background.
Author-email: AndrewSpangler@users.noreply.github.com
Project-URL: Homepage, https://github.com/AndrewSpangler/BubbleTask/
Project-URL: Bug Tracker, https://github.com/AndrewSpangler/BubbleTask/issues
Classifier: Development Status :: 1 - Planning
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tkcalendar
Requires-Dist: tkTimePicker
Requires-Dist: py-simple-ttk
Requires-Dist: pillow

# BubbleTask 0.0.5<a name="mark0"></a>

***Configurable, visual task-planning tool that lives on your desktop background.***

- [About](#mark1)
- [Installation](#mark2)
- [Credits](#mark3)
- [Changelog](#mark4)
	- [0.0.5](#mark5)
	- [0.0.4](#mark6)
	- [0.0.3](#mark7)
	- [0.0.2](#mark8)
	- [0.0.1](#mark9)

---

![BubbleTask](https://raw.githubusercontent.com/AndrewSpangler/BubbleTask/main/example.png)

## About<a name="mark1"></a>[^](#mark0)

A task deadline visualization tool written in python / tkinter

## Installation<a name="mark2"></a>[^](#mark0)

Available on pip - `pip install BubbleTask`

1. Windows only due to \*nix systems being inconsistent.
1. Install [Python 3.10+](https://www.python.org/downloads/) and make sure to include `IDLE, pip, tcl/tk, and check "Add python 3.* to PATH"`
1. Reboot your computer
1. Open a command prompt
1. Type the following command to install with pip: `pip install BubbleTask`
1. Create a folder where you want the application to run
1. Create a text file in the (In Explorer: "right-click->new->Text Document")
1. Rename that file to "BubbleTask.bat" (Without quotes)
1. Edit the batch file in notepad (or other plaintext editor) to contain the following text : `python -m BubbleTask`
1. Double-Click the bat file to launch the program
1. You can make another folder + bat file to create a new instance of the program (Eg for a separate set of projects like work vs home etc.)
## Credits<a name="mark3"></a>[^](#mark0)

Original concept and UI consultation by Greg Frederick

# Changelog<a name="mark4"></a>[^](#mark0)

## 0.0.5<a name="mark5"></a>[^](#mark4)

Make text size configurable

## 0.0.4<a name="mark6"></a>[^](#mark4)

Fix readme

## 0.0.3<a name="mark7"></a>[^](#mark4)

Fix issue with generated config file.

## 0.0.2<a name="mark8"></a>[^](#mark4)

Fix bug with redraw timing value being passed to renderer as a string on new profiles / first launches.

## 0.0.1<a name="mark9"></a>[^](#mark4)

Push



Generated with [py_simple_readme](https://github.com/AndrewSpangler/py_simple_readme)
