Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacScan

MacScan is a simple Python library and CLI tool to scan document on macOS using the ImageCaptureCore API.

Note: this project has been archived. You might want to take a look at scanner-cli which is being actively developed.

IMPORTANT: This library may not work with Apple Python (the Python version distributed by Apple). Please use official Python version from python.org if you encounter any issue.

Requirements

  • Apple macOS
  • Python
  • PyObjC

Development

Create / Activate / Install the virtualenv

Create the virtualenv:

python3 -m venv __env__

Then activate the virtualenv:

source __env__/bin/activate

Install dependencies and dev dependencies:

pip install -e '.[dev]'

Lint

To lint the code, run the following command (from virtualenv):

nox -s lint

To fix codding style, run:

nox -s black_fix

Changelog

  • [NEXT] (changes on master, but not released yet):
    • Nothing yet :)

About

A simple Python library and CLI tool to scan document on macOS using ImageCaptureCore

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages