LUX is a smart application designed to track and analyze study habits, helping users optimize their learning performance. With features that include data tracking and metric generation, LUX provides valuable insights to improve study routines.
LUX/
│
├── imgs/
│ └── logo.webp # Project logo
│
├── src/
│ └── main.py # Main application logic
│
├── venv/ # Virtual environment for dependencies
│
├── database.db # SQLite database for data storage
│
├── .gitignore # Git ignore file
│
└── requirements.txt # Project dependencies
Follow these steps to run the project locally:
-
Clone the repository:
git clone https://github.com/silveirinhajuan/LUX.git cd LUX
-
Set up a virtual environment:
python -m venv venv source venv/bin/activate # Linux/Mac venv\Scripts\activate # Windows
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python src/main.py
- 📊 Data Management: Logs and processes data related to study performance.
- 📈 Metrics Generation: Creates charts for progress tracking and analysis.
- 🎨 Minimalist Interface: Designed for a smooth and distraction-free user experience.
- Python: Core programming language
- SQLite: Lightweight and efficient database
- Libraries:
- Py-Telegram-Bot (for UI)
- Matplotlib (for chart generation
LUX.Feito.com.o.Clipchamp.1.mp4
We welcome contributions! Feel free to open issues or submit a pull request to enhance the project.
This project is licensed under the MIT License.