Skip to content

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.

Notifications You must be signed in to change notification settings

silveirinhajuan/LUX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌟 LUX - Learning Unleashed eXcellence

Python Version License Contributions Status

LUX Logo

📚 About the Project

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.


🗂️ Project Structure

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

🚀 Getting Started

Follow these steps to run the project locally:

  1. Clone the repository:

    git clone https://github.com/silveirinhajuan/LUX.git
    cd LUX
  2. Set up a virtual environment:

    python -m venv venv  
    source venv/bin/activate   # Linux/Mac  
    venv\Scripts\activate      # Windows  
  3. Install dependencies:

    pip install -r requirements.txt
  4. Run the application:

    python src/main.py

✨ Features

  • 📊 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.

🔧 Technologies

  • Python: Core programming language
  • SQLite: Lightweight and efficient database
  • Libraries:

🎥 Demo Video

LUX.Feito.com.o.Clipchamp.1.mp4

🤝 Contributing

We welcome contributions! Feel free to open issues or submit a pull request to enhance the project.


📄 License

This project is licensed under the MIT License.

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages