File: pyedit-products/unzipped/tools/_README.txt

Assorted utilities.

Run pickcolor.py for a simple "#RRGGBB" color chooser for PyEdit configs.
It displays a color's hex string; use ctrl/command-C to copy to configs.

Run fixeoln.py and fixeoln-all.py to convert text files in this package 
to Unix or DOS end-line format, if the files look odd in your viewers:

    ~/../tools$  python3 fixeoln-all.py tounix .. utf8     # Unix
    C:\..\tools> py -3   fixeoln-all.py todos  .. utf8     # Windows

These can also be used to force line-end formats in saved text files.

See also ../icons for PyEdit icons files.

The ../build-app-exe folder has tools used to build self-contained distributions.



[Home page] Books Code Blog Python Author Train Find ©M.Lutz