Word Document Combiner is a Streamlit-based web application designed to merge multiple Microsoft Word documents (.docx) into a single document. This tool is particularly useful for consolidating documents from various sources, streamlining the process of document management and distribution.
- Combine Multiple Word Documents: Merge documents uploaded either as individual files or within a ZIP file.
- Support for ZIP Files: Extract and process Word documents from ZIP archives.
- Export Options: Export the combined document in Word, PDF, or Text format.
- Error Handling: Handles scenarios where more than one document is found in a folder within a ZIP file.
To run Word Document Combiner, you need to have Python and Streamlit installed on your system. Follow these steps:
- Clone the Repository
- Navigate to the App Directory
- Install Dependencies
- Run the App
- Start the Application: After installation, run the application using Streamlit.
- Choose Upload Method: Select whether to upload a ZIP file or individual Word files.
- Upload Files: Use the file uploader to upload your documents.
- Combine Documents: Click the appropriate button to start the combination process.
- Export Combined Document: Once combined, choose your preferred export format and download the document.
- Python 3.x
- Streamlit
- docx
Contributions to the Word Document Combiner are welcome. Please ensure to update tests as appropriate.
Make sure to replace [repository-url]
with the actual URL of your repository and include any additional installation or usage details specific to your app. Also, if you have a LICENSE.txt
file or other specific licensing details, include them in the repository.
streamlit run app.py
pip install -r requirements.txt
cd word-document-combiner
git clone [repository-url]