Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wynwxst/pyfilem
Python file manager
https://github.com/wynwxst/pyfilem
Last synced: 20 days ago
JSON representation
Python file manager
- Host: GitHub
- URL: https://github.com/wynwxst/pyfilem
- Owner: wynwxst
- Created: 2021-02-17T03:01:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-17T03:09:41.000Z (almost 4 years ago)
- Last Synced: 2024-11-13T04:33:55.607Z (3 months ago)
- Language: Python
- Size: 566 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QFilemanager
made by sakurai07
### Requirements:
- python
- PyQt5
- pandas### Installation:
```
git clone https://github.com/sakurai07/pyfilem
cd pyfilem
pip install -r requirements.txt
python Qfilemanager.py
```
### 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)
- extract zip Files
- show/hide hidden File(s)
- show Text in built-in Texteditor
- show Image in built-in Image Viewer
- show html Files in built-in HTML Viewer
- show Database in built-in DB-Viewer
- play Videos in built-in Player (frameless Window, see Player context menu)### 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)### Usage:
> python QFileManager.py
![screenshot](https://github.com/Sakurai07/Pyfilem/blob/main/screenshot.png)
# QFilemanagerDouble
![screenshot](https://github.com/Sakurai07/Pyfilem/blob/main/QFM_double.png)