Druwez¶
Druwez is a GTK based graphical printing tool written in Python.
With Druwez you can use drag & drop or the clipboard to print multiple files at once from the file manager without opening any dedicated applications.
You can optionally save print jobs to print them later (again). Only the file names but not the file content are saved in that case so you don’t need much disk space.
Druwez itself can handle PDF, PNG, JPEG and SVG files. To print other file formats you can define converters. A converter is a shell command that reads a file and writes PDF, PNG, JPEG or SVG data to standard output. For each converter you define shell patters for the files it should convert.
By default Druwez use unoconv as converter for various office file formats and Ghostscript for PostScript files.
Note
This is the first public release of Druwez. It works for me but most likely still has some bugs, and the user interface needs some improvements.
Please file a bug report if you find a bug or have an idea how to improve Druwez. This will help me to me Druwez better. Thank you!
Here are some screenshots:

Druwez main window¶

Druwez converter window¶
Druwez works on Linux and other Unix and Unix-like operating systems.
Requirements¶
Python >= 3.6
Python3 setuptools
Python3 bindings for GObject introspection libraries
GObject introspection data for GLib, GObject, Gdk, Gdk Pixbuf, Gtk, Gio and Poppler
GTK >= 3.20
The following programs are used by the default configuration as converters. You can use Druwez without them if you don’t need to print those file types or want to define your own converters.
unoconv is used by default as converter for various office file format
- Ghostscript is used by default as
converter for Posrscript files
Debian-based distros¶
On Debian-based distros Druwez needs the following packages:
python3-gi, python3-pkg-resources, gir1.2-glib-2.0, gir1.2-gtk-3.0, gir1.2-gdkpixbuf-2.0, gir1.2-poppler-0.18
If you install the .deb package this packages will be automatically installed if needed.
In addition you may want the following packages to get the default converters (the .deb package has a “Suggests” dependency on then):
unoconv ghostscript
License¶
You can use Druwez under the conditions of GPL v3 or later.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/
Installation¶
Ubuntu and similar distros¶
Druwez is available from the PPA (“Personal Package Archive”) ppa:diesch/testing for all current versions of Ubuntu. If you add this PPA to your software sources Ubuntu’s Update manager will automatically install newer versions of Druwez when they are available.
If you don’t know how to do this see this explanation.
Other Debian based distros¶
Download and install the .deb packages from below
Other systems¶
See the pip documentation for how to install pip if you don’t already have it.
Use
pip3 install --user druwez
to install Druwez. On some systems you may have to use pip instead of pip3. See the pip user guide for more about how to use pip.
Download¶
.deb files are packages for Debian-based Linux distributions
.tar.gz files contain source code
.whl files are Wheel binary packages to be used with pip
Last modified: |
2022-11-19 05:13:42 |
Size: |
53K |
MD5: |
5232157843384757dbe426f2a32efe8b |
SHA256: |
e8e346ffe081756b057ec4d08839795ae6946202660bf59ce57dff7020afa9c1 |
GPG signature: |
Last modified: |
2022-11-19 05:13:42 |
Size: |
76K |
MD5: |
cca2910e7fcf9a3dfca496fd75c6cff2 |
SHA256: |
39cc9622dd2da2da7b0b3f8076063df87111e55847580fde5e9e749e89eb1963 |
GPG signature: |
GIT repository¶
The source code is available from the Git repository at Lauchpad
Bugreports, suggestions, ideas, …¶
For bug reports or feature requests please use the bugtracker at Launchpad
Please use English or German language if possible.
Thank you!
Translations¶
If you want to help to translate Druwez to other languages go to the translation page at Launchpad.
To see the list of people who contributed to the translations you are using go to About –> Credits .
Thanks to all contributors! You really rock!