Git Product home page Git Product logo

manuscrito2's Introduction

Text-to-handwriting title image
Contributions Welcome
GitHub License MIT Twitter Follow

Me and my friend Saurabh hate writing assignments, so he made a tool that converts text to an image that looks like handwriting ๐Ÿ˜›, and I further coded a few scripts that automate the app's usage ๐Ÿคช.

Checkout his work here and here's his Twitter handle.

๐Ÿ’ซ Output

Sample image of output

INFO

line-of-text-to-handwriting-script converts a hard coded line of text to handwriting.

USAGE: Make your adjustments in the code of script.py and run the script.

lines-of-text-from-a-text-file-to-handwriting-script takes a text file as input, having lines of text on separate lines, and converts all the lines to handwriting, one image for one line.

USAGE: Add your lines in lines.txt and make your adjustments in the code of script.py and run the script.

text-file-[single page]-to-handwriting-script takes a text file as input and converts it to handwriting. This script is for a text file that has the tendency to give a single page as the result.

USAGE: Add your text in file.txt and make your adjustments in the code of script.py and run the script.

Selenium web automation is used to achieve this. Furthermore, the chrome browser used can be made hidden, i.e., the script can run the tasks in the background, and hence giving the illusion of a feel of using the command line to get the desired result. Further improvements to the script are welcome, as only a few of the options have been scripted.

๐Ÿค Contributing

Interested peeps, kindly checkout the Contribution Guide.

DEPENDENCIES

  • Python installation is required

  • Selenium for Python can be installed using the command below:

$ pip install selenium

[Note: In the given script, we've used ChromeDriver. You're free to use the webdriver for your preferred browser. Also change the CHROMEDRIVER_PATH if required, if you're going with ChromeDriver that is.]

manuscrito2's People

Contributors

yourakshaw avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.