Roland's homepage

My random knot in the Web

Articles tagged with "scripts"

  1. Simple setup.py for python scripts

    Installing Python scripts (as opposed to modules) is a too involved using distutils/setuptools. Those do not take into account zipped archives and scripts using a GUI toolkit. The latter is a problem on ms-windows.

    So I wrote my own setup scripts to do things differently;

    • A simple setup script that works on single-file scripts.
    • A setup script that can wrap applications plus their custom module up in a zip-file and install it as a single self-contained file.
    • They should work on POSIX and ms-windows without root/administrator privileges.
    • And they should not require anything outside the python standard library.

    These scripts are now available on github as setup-py-script.

  2. genbackup

    This shell-script makes a backup (with the tar program) of the directory from which it is called, with all its …

  3. foto4lb

    Photos from modern digital cameras are generally so large these days that you have to shrink them to use them …

  4. make-mp3

    After writing the make-flac python script, I adapted a copy to use LAME to generate variable bitrate MP3 files instead …


Page 1 / 2 Page 2 →