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. It was recreated using Taipy.
Taipy is a low-code Python library for creating Business Applications. More information on our website.
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.
- Level: Basic
- Topic: Taipy-GUI
- Components/Controls:
- Taipy GUI: selector, chart, interactive elements
This demo works with a Python version superior to 3.8. Install the dependencies of the requirements.txt and run the main.py.
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 documentationCODE_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.
Copyright 2022 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
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.
Want to install demo sales dashboard? Check out our INSTALLATION.md
file.
Want to help build demo sales dashboard? Check out our CONTRIBUTING.md
file.
Want to be part of the demo sales dashboard community? Check out our CODE_OF_CONDUCT.md
file.