About 6,020 results
Open links in new tab
  1. scanning user input in python - Stack Overflow

    You can access characters of a string in python by index using the [] notation. You can check the first two character in a string by …

  2. PyScanner · PyPI

    Apr 20, 2014 · PyScanner is a Java-like input scanner. This is very useful for reading input for programming contests such as ACM …

  3. Taking Input in Python - GeeksforGeeks

    May 29, 2026 · In Python, this can be done by entering values separated by spaces and then splitting them into separate variables. …

  4. GitHub - YegorCherov/document-scanner: A python document scanner.

    Document Scanner is a powerful Python-based application that utilizes the OpenCV library to transform regular images of documents …

  5. document-scanner · PyPI

    Nov 21, 2020 · Document Scanner An interactive document scanner built in Python using OpenCV The scanner takes a poorly …

  6. Create Document Scanner using Python - CodeSpeedy

    Follow these steps to build or create your own document scanner in Python using Scikit-image, NumPy, OpenCV, Imutils modules.

  7. GitHub - Pandiyarajk/pyautoscan: A Python-based Windows scanning ...

    Aug 27, 2025 · A Python-based Windows scanning automation tool for printer/scanner devices using WIA. PyAutoScan simplifies the …

  8. How to Make a Port Scanner in Python

    Learn how to write a port scanner in Python using sockets, starting with a simple port scanner and then diving deeper to a threaded …

  9. Build a Cross-Platform Python Document Scanner with TWAIN, WIA, …

    Jul 14, 2026 · Yes. The twain-wia-sane-scanner package uses Dynamic Web TWAIN Service as the hardware bridge, so the same …

  10. File scanner in python 3 - Stack Overflow

    Aug 28, 2017 · I am learning python atm and in order to do something useful whilst learning, I have created a small plan: Read …