Installation
The latest version of this library is 0.1.4.
You will need:
Python 3 or higher with pip installed - get it from python.org
Basic Python programming knowledge - this is not really a project for beginners
Available packages
With the 0.1.3 release, we have these following packages:
libtextworker: The smallest package, ideal for command-line projects
libtextworker[
autocolor
]: Autocolor (depends on the system's color) support for GUI appslibtextworker[
tkinter
]: Install requirements for Tkinter supportlibtextworker[
wx
]: Same as libtextworker[tkinter
], but for wxPythonlibtextworker[
all
]: Everything above
Note: For the application autocolor support, the support is OS-dependent:
Windows 10 1607+
macOS 10.14+
Linux/BSD with at least GTK3?
'Auto color' means getting the current OS color scheme (dark/light) and eventually apply that to the interface.
Install
libtextworker is available on:
GitHub (mirror)
Install from source:
From Pypi:
Last updated