Python Forum
[PyQt5] FileManager - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: Code sharing (https://python-forum.io/forum-5.html)
+--- Thread: [PyQt5] FileManager (/thread-20589.html)



[PyQt5] FileManager - Axel_Erfurt - Aug-20-2019

QFilemanager

made in Linux

Features:
  • drag and drop Files to copy (SHIFT to move)
  • open Files with default app
  • create zip from Folder
  • create zip from selected File(s)
  • show/hide hidden File(s)

Shortcuts:
  • rename File (F2)
  • copy File(s) (Ctrl-C)
  • paste File(s) (Ctrl-V)
  • cut File(s) (Ctrl-X)
  • open with built-in TextEditor (F6)
  • move File(s) to Trash (Del)
  • delete File(s) (Shift+Del)
  • find File(s) (Ctrl-F)
  • play with vlc
  • play with built-in VideoPlayer (F3)
  • open folder in Terminal (F7)
  • execute File in Terminal (F8)

Source at github

[Image: screenshot.png]


RE: [PyQt5] FileManager - rootVIII - Aug-20-2019

starred!


RE: [PyQt5] FileManager - Axel_Erfurt - Sep-15-2019

added QFileManagerDouble

[Image: QFM_double.png]