Skip to content

FolderTree-v1.0.0

Latest

Choose a tag to compare

@LinuxMint-User LinuxMint-User released this 28 Apr 13:27
0dfd8e8

A software written in Python and PyQt5. Make it easier to get the folder tree.

  • Features:
    • A morden GUI
    • Multiple output files.
    • Copy to clipboard.
    • Ignore(or not) hidden files or folders.
    • show(or not) file size.
    • Choose which folder to expand.
  • Version: 1.0.0
  • Compiling command (notice the '--add-data' if using Windows -> ";", if using Linux -> ":"): pyinstaller.exe --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=FolderTree main.py

一款基于 Python 和 PyQt5 开发的软件,让获取文件夹目录树更简单。

  • 特点:
    • 一个现代化的图形界面
    • 支持多种输出文件格式
    • 直接复制到剪切板
    • 选择是否忽略隐藏文件和文件夹
    • 选择是否显示文件大小
    • 选择需要展开的文件夹
  • 版本:1.0.0
  • 编译命令:(注意 '--add-data',在Windows中使用 ";",Linux中使用 ":"):pyinstaller.exe --onefile --windowed --add-data="icon.ico;." --icon=icon.ico --name=FolderTree main.py

Full Changelog: https://github.com/LinuxMint-User/useful-tools-4me/commits/FolderTree-v1.0.0