{"id":26296174,"url":"https://github.com/rohancyberops/pdf-to-docx-converter","last_synced_at":"2025-03-15T04:17:11.310Z","repository":{"id":261415416,"uuid":"884240307","full_name":"RohanCyberOps/PDF-to-DOCX-Converter","owner":"RohanCyberOps","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-09T13:03:29.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T19:51:29.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RohanCyberOps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["chrohangurjar1"]}},"created_at":"2024-11-06T12:00:09.000Z","updated_at":"2024-11-13T11:02:22.000Z","dependencies_parsed_at":"2024-11-18T00:00:51.071Z","dependency_job_id":null,"html_url":"https://github.com/RohanCyberOps/PDF-to-DOCX-Converter","commit_stats":null,"previous_names":["chrohangurjar1/-pdf-to-docx-converter","chrohangurjar/pdf-to-docx-converter","rohancyberops/pdf-to-docx-converter"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPDF-to-DOCX-Converter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPDF-to-DOCX-Converter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPDF-to-DOCX-Converter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RohanCyberOps%2FPDF-to-DOCX-Converter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RohanCyberOps","download_url":"https://codeload.github.com/RohanCyberOps/PDF-to-DOCX-Converter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681043,"owners_count":20330155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-15T04:17:10.653Z","updated_at":"2025-03-15T04:17:11.295Z","avatar_url":"https://github.com/RohanCyberOps.png","language":"Python","funding_links":["https://github.com/sponsors/chrohangurjar1"],"categories":[],"sub_categories":[],"readme":"---\n# 📄 PDF to DOCX Converter\n\nConvert your PDF files to editable DOCX format effortlessly with this simple, intuitive Python application! Using `pdf2docx` and a `tkinter` interface, this tool makes document conversion fast and easy.\n\n## 🌟 Features\n- **User-friendly Interface**: Convert PDFs without needing technical skills.\n- **Flexible Saving**: Choose where to save your converted DOCX files.\n- **Multi-Page Support**: Convert all or selected pages.\n- **Error-Free Conversion**: Reliable output with minimal formatting loss.\n\n## 📷 Screenshot\n\n![App Screenshot](pdf.png)  \u003c!-- Replace with an actual screenshot if available --\u003e\n\n## 🚀 Quick Start\n\n### Prerequisites\nEnsure you have Python installed. You’ll also need to install dependencies using `pip`.\n\n### Installation\n\n1. **Clone the Repository**:\n   ```bash\n   git clone https://github.com/yourusername/pdf-to-docx-converter.git\n   cd pdf-to-docx-converter\n   ```\n\n2. **Set Up the Environment**:\n   ```bash\n   python -m venv .venv\n   source .venv/bin/activate  # On Windows use: .venv\\Scripts\\activate\n   ```\n\n3. **Install Required Packages**:\n   ```bash\n   pip install pdf2docx tkinter\n   ```\n\n### Run the Application\n\n```bash\npython main.py\n```\n\nThis will open a graphical interface to select your PDF file and convert it to DOCX format.\n\n## 🛠 Usage\n\n1. **Click \"Select PDF to Convert\"** to browse and select a PDF file.\n2. **Choose the Save Location** for the output DOCX file.\n3. The tool will process the file and notify you upon completion.\n\n\n## 📚 Project Structure\n\n- `main.py`: Main file that runs the application and opens the GUI.\n- `README.md`: Documentation to get you started.\n- `.venv`: Virtual environment containing all dependencies.\n\n## ✨ Technologies Used\n\n- **Python**: Core programming language.\n- **tkinter**: For GUI interface.\n- **pdf2docx**: Conversion library to handle PDF to DOCX transformation.\n\n## 🔥 Future Enhancements\n- **Batch Conversion**: Select and convert multiple PDFs at once.\n- **Additional Output Formats**: Option to convert to formats other than DOCX.\n\n## 🌟 Contributors\n\nWe want to give a huge shoutout to everyone who has contributed to the project! 🙌 Your hard work and dedication help make this app better every day. 💪\n\n\u003ca href=\"https://github.com/chrohangurjar1/RustWeatherApp/graphs/contributors\"\u003e\n  \u003cimg alt=\"RustWeatherApp contributors\" height='48' src=\"https://contrib.rocks/image?repo=chrohangurjar1/RustWeatherApp\u0026columns=24\" /\u003e\n\u003c/a\u003e\n\n🎉 Thank you all for your amazing contributions! Let's keep building together. 🚀\n\n\n## 📄 License\n\nThis project is licensed under the MIT License. See `LICENSE` for more information.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fpdf-to-docx-converter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frohancyberops%2Fpdf-to-docx-converter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frohancyberops%2Fpdf-to-docx-converter/lists"}