List view
CLI improvements: voices.json support, enhanced validation, and configuration commands.
No due date•1/1 issues closedInterface graphique desktop PySide6 pour NeuraScreen. Éditeur visuel de scénarios, exécution intégrée, preview TTS, thème personnalisable (dark teal NeuraScope par défaut). **Dépendance optionnelle** : `pip install neurascreen[gui]` **Entry point** : `neurascreen gui` ### Architecture ``` neurascreen/gui/ ├── __init__.py ├── app.py # QApplication + entry point ├── main_window.py # Fenêtre principale ├── theme.py # Theme engine (QSS + JSON palette) ├── themes/ # Fichiers palette JSON │ ├── dark-teal.json │ └── light.json ├── editor/ # Éditeur de scénarios ├── execution/ # Panel d'exécution ├── config/ # Gestionnaire configuration ├── tts/ # Preview TTS ├── output/ # Navigateur output ├── macro/ # Macro recorder UI ├── widgets/ # Widgets partagés └── resources/ # Icônes, images ``` ### Releases prévues - **v1.5.0** : Foundation + Theme + Éditeur scénarios (#14, #15) - **v1.5.1** : Exécution + Configuration (#16, #18) - **v1.5.2** : TTS Preview + Output Browser (#17, #19) - **v1.5.3** : Macro Recorder + Advanced (#20, #21)
Due by May 31, 2026•8/8 issues closed