https://github.com/avaiga/demo-sales-dashboard
The code for the Sales Dashboard demo
https://github.com/avaiga/demo-sales-dashboard
Last synced: about 1 month ago
JSON representation
The code for the Sales Dashboard demo
- Host: GitHub
- URL: https://github.com/avaiga/demo-sales-dashboard
- Owner: Avaiga
- License: apache-2.0
- Created: 2023-03-06T13:40:05.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-05-19T12:31:38.000Z (5 months ago)
- Last Synced: 2025-05-19T13:51:38.972Z (5 months ago)
- Language: Python
- Size: 217 KB
- Stars: 16
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Demo Sales Dashboard
## Usage
- [Usage](#usage)
- [Demo Sales Dashboard](#what-is-demo-sales-dashboard)
- [Directory Structure](#directory-structure)
- [License](#license)
- [Installation](#installation)
- [Contributing](#contributing)
- [Code of conduct](#code-of-conduct)## Source
The logic and idea, as well as part of the code of this application, come from Sven Bosau. The original code can be found [here](https://github.com/Sven-Bo/streamlit-sales-dashboard). It was recreated using Taipy.
## What is demo Sales Dashboard
Taipy is a low-code Python library for creating Business Applications. More information on our [website](https://www.taipy.io).
[Demo Sales Dashboard](https://github.com/Avaiga/demo-sales-dashboard) demonstrates how Taipy can read an Excel file and show interesting results. This will the base of our DataViz application. The user can filter it based on city, customer, and gender. This allows users to see metrics specific to certain groups of people or locations. For example, one's can view the data to see sales metrics for customers in a particular city or sales metrics depending on gender.
Two charts are shown on the Web app: sales by hour or sales by product. These graphs can help users identify trends and patterns in the data.
Overall, this demo of Excel-based app creation allows users to quickly and easily create an app that displays important metrics and charts from their Excel data. The ability to filter it by various criteria makes it easy to gain insights and make informed decisions.
### Demo Type
- **Level**: Basic
- **Topic**: Taipy-GUI
- **Components/Controls**:
- Taipy GUI: selector, chart, interactive elements## How to run
This demo works with a Python version superior to 3.9. Install the dependencies of the *requirements.txt* and run the *main.py*.
## Directory Structure
- `src/`: Contains the demo source code.
- `src/data`: Contains the application data files. An Excel can be found here.
- `docs/`: contains the images for the documentation
- `CODE_OF_CONDUCT.md`: Code of conduct for members and contributors of _demo-sales-dashboard_.
- `CONTRIBUTING.md`: Instructions to contribute to _demo-sales-dashboard_.
- `INSTALLATION.md`: Instructions to install _demo-sales-dashboard_.
- `LICENSE`: The Apache 2.0 License.
- `Pipfile`: File used by the Pipenv virtual environment to manage project dependencies.
- `README.md`: Current file.## License
Copyright 2022 Avaiga Private LimitedLicensed 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.## Installation
Want to install _demo sales dashboard_? Check out our [`INSTALLATION.md`](INSTALLATION.md) file.
## Contributing
Want to help build _demo sales dashboard_? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) file.
## Code of conduct
Want to be part of the _demo sales dashboard_ community? Check out our [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) file.