An open API service indexing awesome lists of open source software.

https://github.com/avaiga/taipy-getting-started-gui

The repo with the Getting Started scripts for Taipy GUI
https://github.com/avaiga/taipy-getting-started-gui

Last synced: 7 months ago
JSON representation

The repo with the Getting Started scripts for Taipy GUI

Awesome Lists containing this project

README

          

# Getting Started with Taipy GUI

## License
Copyright 2023 Avaiga Private Limited

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
the License. You may obtain a copy of the License at
[http://www.apache.org/licenses/LICENSE-2.0](https://www.apache.org/licenses/LICENSE-2.0.txt)

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.

## Usage

- [License](#license)
- [Usage](#usage)
- [Taipy Getting Started](#what-is-taipy-getting-started-for-gui)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)
- [Directory Structure](#directory-structure)

## What is Taipy Getting started for GUI

Taipy is a Python library for creating Business Applications. More information on our [website](https://www.taipy.io).

[Taipy Getting Started](https://docs.taipy.io/en/latest/getting_started/) provides a step-by-step opening to Taipy.
Taipy features are leveraged as the application becomes more and more complex.

A more in depth documentation of Taipy can be found [here](https://docs.taipy.io/en/latest/).

## Installation

Want to install _Taipy Getting Started_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.

## Notebooks

To follow the **Getting Started for GUI** in a Notebook environment, you must generate the notebook document using
the [`generate_notebook.py`](generate_notebook.py) script. Clone the repository and run the script
(`python generate_notebook.py`). A Notebook called `getting_started.ipynb` will be created in your current folder.

## Contributing

Want to help build _Taipy Getting Started GUI_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.

## Code of conduct

Want to be part of the _Taipy Getting Started GUI_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md)
file.

## Directory Structure

- `src`: Common code shared by all the steps. For more information, on each step a README.md file is available in their
respective folder (`step_xx/ReadMe.md`).
- `step_01`: First Web page.
- `step_02`: Introduction to visual elements.
- `step_03`: Building an interactive GUI.
- `step_04`: Basics for Charts.
- `step_05`: Automatic expression.
- `step_06`: Layout.
- `step_07`: Multi-pages.
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _taipy-getting-started_.
- `CONTRIBUTING.md`: Instructions to contribute to _taipy-getting-started_.
- `index.md`: Landing page of the generated documentation.
- `INSTALLATION.md`: Instructions to install _taipy-getting-started_.
- `LICENSE`: The Apache 2.0 License.
- `README.md`: Current file.