text2image is a python program that allow you to convert any text to a word-image like 'read me' above. This let you to better comment when you programming, writing documentation.
To use it is very simple:
Example 1: python ./text2image.py "hello world" Output:
Example 2: python ./text2image.py "SPARK V2.0_1" Output: It's an opensource program. You are free to use, re-distribtue etc. Welcome to jump in and contribute.
VERSION: Code Initial Release 2015-11-13 This is a project I created at 2010 during college time. Was on GNU license. Now put on Apache License. Copyright 2015 aertoria https://github.com/aertoria
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.