{"id":22165831,"url":"https://github.com/cyberfantics/picpdf-maker","last_synced_at":"2026-04-13T01:32:38.564Z","repository":{"id":264566019,"uuid":"871636749","full_name":"cyberfantics/picPDF-Maker","owner":"cyberfantics","description":"picPDF Maker is a simple web app that converts images into customizable PDF files. With options for page size, orientation, margins, and colors, users can create high-quality PDFs easily. The app also features a dark mode for a better viewing experience.","archived":false,"fork":false,"pushed_at":"2024-11-25T03:47:46.000Z","size":1200,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-29T21:51:35.179Z","etag":null,"topics":["cyberfantics","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","image-processing","image-to-pdf","jpeg-to-pdf","open-source","pngtopdf","programming","python","pythonprojects","streamlit","web-application"],"latest_commit_sha":null,"homepage":"https://cyberfantics-picpdf-maker-app-uwgfag.streamlit.app/","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/cyberfantics.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-12T14:14:15.000Z","updated_at":"2024-11-25T03:47:50.000Z","dependencies_parsed_at":"2024-11-25T04:29:26.508Z","dependency_job_id":"c8efc425-207d-4f3f-8188-1649265ed3b3","html_url":"https://github.com/cyberfantics/picPDF-Maker","commit_stats":null,"previous_names":["cyberfantics/picpdf-maker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfantics%2FpicPDF-Maker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfantics%2FpicPDF-Maker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfantics%2FpicPDF-Maker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberfantics%2FpicPDF-Maker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberfantics","download_url":"https://codeload.github.com/cyberfantics/picPDF-Maker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245304870,"owners_count":20593626,"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":["cyberfantics","hacktoberfest","hacktoberfest-accepted","hacktoberfest2024","image-processing","image-to-pdf","jpeg-to-pdf","open-source","pngtopdf","programming","python","pythonprojects","streamlit","web-application"],"created_at":"2024-12-02T05:16:48.234Z","updated_at":"2025-10-12T12:38:13.213Z","avatar_url":"https://github.com/cyberfantics.png","language":"Python","readme":"# picPDF Maker 📄🖼️\r\n\r\nWelcome to **picPDF Maker**! This Streamlit-based application allows you to convert images into high-quality PDF files with customizable layout options.\r\n\r\n## Live Demo 🌐\r\n\r\nYou can try out the application here: [picPDF Maker](https://cyberfantics-picpdf-maker-app-uwgfag.streamlit.app/)\r\n\r\n## Features 🚀\r\n\r\n- Upload multiple images in various formats (JPEG, JPG, PNG, GIF, TIFF) 🖼️\r\n- Customize PDF layout options, including page size, orientation, margins, and background colors 📏🎨\r\n- Dark mode toggle for a better viewing experience in low-light environments 🌙\r\n- Simple user interface with menu options for easy navigation 🏠\r\n- Download the generated PDF with a single click 📥\r\n\r\n## Installation 🛠️\r\n\r\nTo run this application locally, follow these steps:\r\n\r\n1. **Clone the repository:**\r\n    ```bash\r\n    git clone https://github.com/cyberfantics/picPDF-Maker.git\r\n    ```\r\n2. **Navigate to the project directory:**\r\n    ```bash\r\n    cd picPDF-Maker\r\n    ```\r\n3. **Install the required dependencies:**\r\n    ```bash\r\n    pip install -r requirements.txt\r\n    ```\r\n4. **Run the Streamlit app:**\r\n    ```bash\r\n    streamlit run app.py\r\n    ```\r\n\r\n## Dependencies 📦\r\n\r\nThe application uses the following Python libraries:\r\n- `streamlit` - For creating the web app interface\r\n- `Pillow` - For image processing (resizing, cropping, etc.)\r\n- `fpdf` - For creating PDF files\r\n\r\nThese dependencies are specified in the `requirements.txt` file.\r\n\r\n## Usage 📋\r\n\r\n1. **Home 🏠:** An introduction to the application, outlining its features and capabilities.\r\n2. **Convert 📄:** \r\n   - Upload your images (JPEG, JPG, PNG, GIF, TIFF) in the \"Convert\" section.\r\n   - Adjust layout options like page size, orientation, margins, and colors.\r\n   - Click \"Convert to PDF 📄\" to generate the PDF.\r\n   - Download the generated PDF file.\r\n3. **About Us 👨‍💻:** Learn more about the developer and reach out for inquiries or collaborations.\r\n\r\n## Dark Mode 🌙\r\n\r\nThe app includes a dark mode toggle for a comfortable experience in low-light conditions. When enabled, the app's background and components are styled with dark colors for improved visibility.\r\n\r\n## Customization Options 📝\r\n\r\n### Page Layout\r\n- **Page Size:** Choose between A4 and Letter sizes.\r\n- **Orientation:** Select either Portrait or Landscape.\r\n- **Margins:** Adjust the top, bottom, left, and right margins.\r\n- **Colors:** Set custom colors for margins and background.\r\n\r\n## Troubleshooting 🐛\r\n\r\nIf you encounter any issues, make sure that:\r\n- All dependencies are installed correctly using the `requirements.txt` file.\r\n- The image files being uploaded are supported formats (JPEG, JPG, PNG, GIF, TIFF).\r\n\r\n## Contributing 🤝\r\n\r\nContributions are welcome! Please feel free to submit a pull request or report issues.\r\n\r\n## Contact 📧\r\n\r\n**Developer:** Syed Mansoor ul Hassan Bukhari  \r\n[LinkedIn](https://www.linkedin.com/in/mansoor-bukhari-77549a264/)\r\n\r\n## License 📜\r\n\r\nThis project is open-source and available under the [MIT License](LICENSE).\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberfantics%2Fpicpdf-maker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberfantics%2Fpicpdf-maker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberfantics%2Fpicpdf-maker/lists"}