Are you no longer afraid of being punished for copying articles? Use Python to simulate handwriting fonts, create a handwriting simulator, and get rid of the trouble of handwriting (no network interface required) [Resources attached]

Table of contents

Preface

Function and introduction

1. Interface style

2. Support file extraction

3. Effect after conversion

Download


Preface

One day I saw an interesting video on Station B: https://www.bilibili.com/video/BV1PU4y127Dy/

The main point is that the input text can be converted into a handwritten photo. At about 2:10 in the video, an open source Handright library for Python in GitHub was mentioned .

I studied it carefully and found it very interesting. I truly realized that there are no two identical handwritings in the world. The author has introduced the usage in detail in GitHub, so in this article I will introduce the handwriting simulator tool I made based on the handright library. . All resources are at the end of the article.


Function and introduction

1. Interface style

Startup interface

You can change the theme color at will

2. Support file extraction

This tool can extract all text content in docx, pdf and txt files

3. Effect after conversion

 


Download

Link: https://pan.baidu.com/s/1ObsIFQdS4aDy2IqwB5oulw?pwd=amju

Extraction code: amju

If you think it’s good, you can like, collect and follow it. Thank you all for your support and viewing. If you encounter any problems, please feel free to give me feedback at any time.

Guess you like

Origin blog.csdn.net/python_sy/article/details/127950654