Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 10, 2025. It is now read-only.

enc2586/csmsdl-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This project is ARCHIVED. To use this feature, please refer to the csmsdl-extension project, which is much easier to use.

Image Downloader

This application downloads images from a specified URL range and converts them into a PDF. It is built using Python and Tkinter for the GUI.

To use this code, you should build the executable on your own. (or just use the code piece only)

Important Note

  • Currently only supports image-type pdfs.
  • xhtml-type pdfs are not supported.

How to Build

Follow these steps to build the application into an executable (All codes should run at the project directory):

  1. Install the required libraries:

    pip install -r requirements.txt
  2. Use pyinstaller to create the executable:

    pyinstaller -w -F main.py
  3. The resulting executable will be located at dist/main.exe.

Usage

  1. Run the executable main.exe.
  2. Enter the URL, select where to save.
  3. Hit the button. Ta-da! It's done!

Tip: use ALPDF to OCR your pdf

How to get the URL

pic1

  1. Open the PDF on browser.

pic2 2. Get the URL by following instructions in picture

Requirements

  • Python 3.x
  • pyinstaller library
  • requests library
  • Pillow library
  • tkinter library (usually included with Python)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages