FileManager
File-Manager | GUI Desktop Application made in Python using PyQt5
Install / Use
/learn @Tristan296/FileManagerREADME
FileManager
Files:
GUI.pyis the Graphical Interface version.FileManager.pyis the Command Line version.
Setup:
GUI File Manager:
Before use, please install PyQt5 please run the following command in the python terminal.
- Windows:
pip install pyqt5 zipfile bz2 subprocess - MacOs:
sudo pip3 install pyqt5 zipfile bz2 subprocess
Functions you can perform on files/folders:
- Search through computer or specific paths
- Directly open files
- Move files into folders
- Rename files
- Select multiple files
- Copy files
- Delete Files
- Create new folders
- Compress both files and folders to ZIP or BZ2 formats
- Batch rename multiple files with naming pattern
- Get File details (path, size, last modified data and creation date)
Troubleshooting (MacOS):
PyQt5 didn't install properly:
Traceback (most recent call last):
File "/Users/tristan/Desktop/Programming/FileManager/FileManager/GUI.py", line 5, in <module>
from PyQt5.QtWidgets import *
Install brew and use the following command:
brew install pyqt5
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
claude-opus-4-5-migration
109.8kMigrate prompts and code from Claude Sonnet 4.0, Sonnet 4.5, or Opus 4.1 to Opus 4.5
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
model-usage
349.9kUse CodexBar CLI local cost usage to summarize per-model usage for Codex or Claude, including the current (most recent) model or a full model breakdown. Trigger when asked for model-level usage/cost data from codexbar, or when you need a scriptable per-model summary from codexbar cost JSON.
