guelfoweb / mirror

[PYTHON] Reverses the bytes of a file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WHAT IS MIR?
============

Mir (like Mirror) reverses the bytes of a file. Mir is written in python, it work on all operating system with python interpreter (2.7.x or minor).


DOWNLOAD MIRROR
===============

Use fork by slacknux » https://github.com/slacknux/mirror/blob/master/mir.py
https://raw.github.com/guelfoweb/mirror/master/mir.py


TO USE mirror
=============

   $ python mir.py [FROM FILE] [TO FILE]


Alternatively, set executable permissions on mir file:

   # cp mir.py /usr/local/bin/mir
   # chmod a+x /usr/local/bin/mir
   $ mir


OTHER
=====

This script is currently maintained by Gianni 'guelfoweb' Amato, who can be contacted at guelfoweb@gmail.com. Suggestions and criticism are welcome.

Enjoy!


About

[PYTHON] Reverses the bytes of a file


Languages

Language:Python 100.0%