Installation

Support
  • OS Support: Linux, Windows, Mac
  • Language Support: Python 2.x, 3.x

Option 2: Installing from source (Only if you must)

$ git clone https://github.com/ab-anand/Filezen.git
$ cd Filezen/
$ pip install -r requirements.txt
$ python setup.py install

Note: If you get permission denied then $ sudo python setup.py install should fix that