сделал фронт на streamlit#2
Open
seva265 wants to merge 17 commits into
Open
Conversation
**Title:** Complete rewrite from CLI to Streamlit web application with file upload and PDF generation **Key features implemented:** - New .gitignore with comprehensive ignore patterns for Python, testing, IDE, OS, logs, and environment files - Complete replacement of CLI functionality with Streamlit web interface in app.py featuring form-based project data input and image upload - New pyproject.toml with Poetry configuration and updated dependencies including Streamlit instead of openpyxl - Removal of all CLI-related files including cli.py, excel_reader.py, example Excel creation script, and related dependencies - Integrated temporary file handling for image uploads and PDF generation workflow in web interface - Added validation and error handling for project data inputs with user-friendly error messages - Implemented download button functionality for generated PDF posters with proper cleanup of temporary files The application now provides a complete web-based solution for generating project posters through an interactive form interface rather than requiring Excel files and command-line execution.
Update from task 625dc178-0224-4adf-9f39-6e0ba8c896f1
Update from task 625dc178-0224-4adf-9f39-6e0ba8c896f1
…anced README Key features implemented: - Add requirements.txt with core dependencies (reportlab, PyYAML, streamlit, pillow) - Update README.md with dual installation instructions for Poetry and venv/pip - Include platform-specific activation commands for Windows, Linux/macOS - Refine .gitignore with cleaner Python environment patterns - Enhance font loading logic in src/poster.py with improved error handling The changes provide clear installation paths for different environments while maintaining cross-platform compatibility for Windows, macOS, and Linux systems.
Update from task 5aaf571a-871e-47fe-a1b5-5ae222ccd8ca
Update from task 5aaf571a-871e-47fe-a1b5-5ae222ccd8ca
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.