Tilf (Tiny Elf) is a simple yet powerful pixel art editor built with PySide6. It’s designed for creating sprites, icons, and small 2D assets with essential drawing tools, live preview, undo/redo, ...
├── src/ # Source code │ ├── timeseries_analyzer.py # Main analysis module │ └── streamlit_app.py # Streamlit web interface ├── tests/ # Unit tests │ └── test_timeseries_analyzer.py ├── config/ # ...