VibeTools
Описание
Утилиты для кодинга через нейросети
Языки
- Python100%
README.md
VibeTools
Утилиты для кодинга через нейросети
scan.py
py scan.py .\meter_app -o ./struc.md
выхлоп примерно такой
Структура проекта
Корень проекта: D:\VibeCoding\meter_app
meter_app/
├── adapters
│ ├── __init__.py
│ ├── eens_adapter.py
│ ├── erc_adapter.py
│ └── tplus_adapter.py
├── analysis
├── crud
│ ├── __init__.py
│ ├── readings.py
│ └── validation.py
├── smart
│ └── predictor.py
├── static
│ ├── lib
│ │ ├── bootstrap-5.3.3
│ │ │ ├── css
│ │ │ │ └── bootstrap.min.css
│ │ │ └── js
│ │ │ └── bootstrap.bundle.min.js
│ │ └── jquery-3.7.1
│ │ └── jquery-3.7.1.min.js
│ └── style.css
├── templates
│ ├── readings
│ │ ├── register.html
│ │ └── send.html
│ ├── base.html
│ ├── history_table.html
│ ├── input_form.html
│ ├── login.html
│ └── nav.html
├── app.py
├── config.ini
├── creds.ini
├── meters.sqlite
├── meters_config.json
├── prompt.md
├── Readme.md
├── send_logic.py
Содержимое файлов
app.py
app.py