wordart | ||
LICENSE | ||
README.md | ||
wordart.desktop |
Art
feels++
What is this all about?
want some fun with Krita? Try this plugin out!
Basic Idea: grep an HTML-Website-Link | put into this plugin | let (hopefully) parse the text | show colors and stuff
disclaimer
This plugin is still in progress.. The textblob is still growing and evolving.. The SVG is not even in its final form!!
How to install this plugin?
-
Make sure the right python (4.X/5.X) is installed on your System.
-
Take care Krita ist installed on your system (https://krita.org/en/). You might install it first. Carefully choose the Krita Version compatible for your system and Python-Version. And make sure to have the python-packages
textblob
,textblob_de
,re
,html.parser
andurllib.request
installed. You might usepip install [packages]
orpython[version] -m pip install [packages]
. -
Download the files of this repository accordingly to the advices of github.
-
Copy the
wordart
folder into the..Krita/pykrita-folder.
Troubling finding the path of the folder?Open Krita
-Settings
-Manage Resources..
-Open Resource Folder
Also put thewordard.desktop
file into thepykrita
folder -
Try it out! Feel free to blame and write down what I should make better!! I am still learning and try to get better =)