We are excited to announce the initial release of FlowPanel, a Python package designed for python developers to have a quick utility to wrap sequentially ran code inside a simple GUI with a progress bar instead of having to interact via a command-line/terminal environment.
**Features**
- Dynamic Input Fields: Create panels with multiple types of input fields including entry fields, comboboxes, checkboxes, and listboxes.
- Progress Tracking: Monitor ongoing operations with an integrated progress bar.
- Messaging System: Append messages to a text area with color-coding to differentiate message types.
- Help Functionality: Easily access help information via text or PDF files.
- Multithreading Support: Execute background tasks without freezing the GUI, ensuring a smooth user experience.
- Customizable GUI: Adjust panel titles, descriptions, and input fields to suit your needs.