A Python package to generate ASCII tree representation of directory structures
Project description
PyGenTree
A Python package to generate ASCII tree representation of directory structures.
Requirements
- Python 3.6 or higher
Installation
pip install pygentree
Usage
# Basic usage (current directory)
pygentree
# Specify a directory
pygentree /path/to/directory
# Limit depth level
pygentree -l 2
# Sort files and folders
pygentree -s asc # ascending order
pygentree -s desc # descending order
pygentree -s standard # default: folders first, then files
# Show only directories
pygentree -d
# Ignore hidden files and directories, e.g. .git, .env, etc.
pygentree --ignore-hidden
# Save output to file
pygentree -o tree.txt
# Show version
pygentree -v
# Show help
pygentree -h
Features
- Generate ASCII tree representation of directory structures
- Customize maximum depth level
- Multiple sorting options
- Option to show only directories
- Option to ignore hidden files and directories
- Save output to file
- Handle permission errors gracefully
- Cross-platform compatibility
Supported Python Versions
- Python 3.6
- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
- Python 3.12
License
MIT License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygentree-1.0.1.tar.gz
(5.5 kB
view hashes)
Built Distribution
Close
Hashes for pygentree-1.0.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a6d77ed10191486927f7de85b04a349c94fd1c8451cac399dcbb906376b390c |
|
MD5 | 517bad349d4557aa06917b37893b0422 |
|
BLAKE2b-256 | f35fd4c13df0a666873b356c062aba09b26d4d4251c415bc8b3dbf5992e50c06 |