pip install Pillow
If you have Pythons installed and want to install this for Python3:
python3 -m pip install Pillow
Change the path format to backslash in maincode.py if you are using Linux (Currently works for Windows)
-
Put the content you want to be handwritten in MyText file.
-
Follow formating rule as given below to format Output.(check MyText file as well)
a. Use
#
to switch to the new lineb. Use
^^
to align the text to centre(Applies to the whole line)c. Use
->
for Tab(You can't use multiple spaces as this is whitespace collapsing) -
Run the
maincode.py
-
Output will be generated in
final
directory with name done1.png or done2.png...etc.
-
a. Write alphabet on plain white paper(with black pen).
b. Capture a photo with high quality camera.
c. Crop the letter as close as possible from all sides.
d. Remove white background using any background remover tool. link
e. Resize the image and set its height to 160px maintaining the ratio. link
f. Suppose if the alphabet is capital 'A' save image as ca.png
g. else save it as a.png
h. If it is any special symbol follow convention from the
maincode.py
functiongetname()
- Need help to add tables in Output