Related Contents to "Hamsi Manager"

Hamsi Manager

Hamsi Manager

Hamsi Manager is a file manager which was developed for extra operations. You can perform a process to multiple files at once. You can perform multiple processes to multiple files at once or over and over again the next time. Offers you more options as possible, all the while. Aimed to create a fully customizable environment and it aims to combine with ease of use. Distributed under the GPLv3 license and is a project developed with entirely Open Source libraries.

It basically does the following:

  • Corrects the character/encoding errors in your system as well as change file encoding from one to another (UTF-8, ISO-8859-9,CP 1254 etc.)
  • Arranges everything for you to find your mp3s, files and folders easily
  • Deletes the unneeded files (based on your criteria) and folders (such as empty folders) so that your system becomes uncluttered.

Source Codes and Other Files
https://github.com/supermurat/hamsi-manager

Read More ⇒
Feb 27, 2015, 9:39:22 PM Murat Demir

How Can I Use Hamsi Manager By Source Codes? ( Install, Distribute, Run )

Installation Steps (From Source Code) :

  • By Hamsi Manager Installer
    #python install.py
  • By setup.py (by cx_freeze) :
    #python setup.py install

Distributing Steps (From Source Code) (by cx_freeze) :

  • Building rpm package for Linux :
    #python setup.py bdist_rpm
  • Building msi installer package for Windows :
    #python setup.py bdist_msi
  • Building distribution package :
    #python setup.py bdist
  • Building :
    #python setup.py build

Running (Source Code):

  • #python HamsiManager.py

Read More ⇒
Jan 13, 2013, 5:50:31 PM Murat Demir

What Are System Requirements Of Hamsi Manager?

Note 1: Distributed rpm package will suggest you install all required packages.
Note 2: Distributed msi and exe packages do NOT need these requirements.

Read More ⇒
Jan 13, 2013, 5:05:58 PM Murat Demir