https://github.com/proweb/todo-streamlit
https://github.com/proweb/todo-streamlit
python streamlit
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/proweb/todo-streamlit
- Owner: proweb
- Created: 2025-06-04T21:21:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-06T15:06:58.000Z (8 months ago)
- Last Synced: 2025-12-07T17:52:32.419Z (7 months ago)
- Topics: python, streamlit
- Language: Python
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project Streamlit
мини-приложухи на базе Streamlit
## Запуск
```
streamlit run .\main.py
```
## Выгрузка зависимостей
```
uv pip freeze > requirements.txt
```
## Обновление зависимостей в проекте
```
uv lock --upgrade
```