Welcome to the KPI Dashboard project! This tool is designed to help students track and visualize their academic performance and personal goals effectively.
- Customizable KPIs: Define and track your own Key Performance Indicators (KPIs) such as grades, attendance, or study hours.
- Data Visualization: View your progress through charts and graphs.
- Goal Setting: Set academic or personal goals and monitor your achievements.
- User-Friendly Interface: Simple and intuitive design for easy navigation.
- Clone the repository:
git clone https://github.com/yourusername/kpi_dashboard.git
- Create and activate a virtual environment:
python3 -m venv env_taller source env_taller/bin/activate # On Windows use `env_taller\Scripts\activate`
- Navigate to the project directory:
cd kpi_dashboard - Install dependencies:
pip install -r requirements.txt
- Start the application:
python main.py
kpi_dashboard % source ../../env_taller/bin/activate
(env_taller) kpi_dashboard % python3 main.py
CLI interactiva iniciada. Escribe 'salir' para terminar o presiona Ctrl+D.
app> cargar archivo path=data/ventas.xlsx
Archivo cargado exitosamente desde: data/ventas.xlsx como tipo 'data'
app> calcular retencion_clientes
Resultado de calcular retencion_clientes:
Retención de clientes: 45.90%
app>We welcome contributions! To contribute:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
- Commit your changes and push to your fork.
- Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
For questions or feedback, please contact us at support@kpidashboard.com.
Happy tracking and achieving your goals!