Skip to content

PySpection is a simple program for scanning documents and images.

License

Notifications You must be signed in to change notification settings

olehpona/PySpection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PySpection

About

This app is simply app for scan documents and images.

App using:

  1. PyQt6
  2. python-sane
  3. tomlkit
  4. PIL modules.

Why PySpection?

  1. Simply
  2. Customizible
  3. Clear

How to build

1. Clone repo:

git clone https://github.com/whyDEDUS/PySpection.git

2. Install nuitka:

python -m pip install nuitka

3. Build:

python -m nuitka main.py

How to install

1. Download latest release:

https://github.com/whyDEDUS/PySpection/releases

2. Extract archive:

1. Using tar utility:
    tar -xf v-3.21.tar.gz
2. Using default file manager or other apps
3. Just run pyspection.bin

3. Run shell script:

bash ./install.sh