tREADME.rst - imgtrans - interactive BMP to txt converter
 (HTM) git clone git://src.adamsgaard.dk/imgtrans
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tREADME.rst (633B)
       ---
            1 imgtrans
            2 ========
            3 
            4 A Python application to turn your images into text files.
            5 
            6 https://github.com/anders-dc/imgtrans
            7 
            8 Download builds
            9 ---------------
           10 There are pre-compiled standalone versions available for Windows:
           11   - Windows (32 bit, works on 64 bit also): https://cs.au.dk/~adc/files/imgtrans.zip
           12 
           13 Requirements
           14 ------------
           15 Python 2 or 3, Numpy, Scipy, Matplotlib, and wxPython.
           16 
           17 To install these dependencies in Debian and its derivatives, run:
           18 
           19   $ sudo apt-get install python python-numpy python-scipy python-matplotlib python-wx
           20 
           21 License
           22 -------
           23 See LICENSE for details.
           24 
           25 Author
           26 ------
           27 Anders Damsgaard (anders@adamsgaard.dk)