Skip to content

Virtual-Educator/Merge-Word-Docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Word Document Combiner

Description

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.

Features

  • 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.

Installation

To run Word Document Combiner, you need to have Python and Streamlit installed on your system. Follow these steps:

  1. Clone the Repository
  2. Navigate to the App Directory
  3. Install Dependencies
  4. Run the App

Usage

  1. Start the Application: After installation, run the application using Streamlit.
  2. Choose Upload Method: Select whether to upload a ZIP file or individual Word files.
  3. Upload Files: Use the file uploader to upload your documents.
  4. Combine Documents: Click the appropriate button to start the combination process.
  5. Export Combined Document: Once combined, choose your preferred export format and download the document.

Requirements

  • Python 3.x
  • Streamlit
  • docx

Contributing

Contributions to the Word Document Combiner are welcome. Please ensure to update tests as appropriate.

License

MIT License


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]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages