A Python package for creating 2D, 3D vizulization of directory and files with their hierarchical relations.
Project description
FileNet
FileNet is a library to visulaize your directories and files with their hierarchical relation in 2D or 3D.
Installation
Use Python >= 3.12
pip install FileNet
or
pip3 install FileNet
Usage
Using 2D visualization :
- draw2D take two arguments,
'start_path'and'theme'.'start_path'is mandatory argument and'theme'has a default value of'4'which can be changed between1to4.
import FileNet
FileNet.draw2D(start_path = "Replace with complete Root Directory Path", theme = 4)
Using 3D visualization :
- draw3D takes only one argument
start_path.
import FileNet
FileNet.draw3D(start_path = "Replace with complete Root Directory Path")
Upcoming Improvements
- Saving 2D and 3D Images.
- Improving Performance of draw3D( ).
- Enhanced Customization
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
filenet-1.0.3.tar.gz
(3.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file filenet-1.0.3.tar.gz.
File metadata
- Download URL: filenet-1.0.3.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f8fa5548a341c4b11bfd50b77cf4078fc9d318086a3e9ea7f76dc4195400710b
|
|
| MD5 |
6e8f1a9d82558b2f3a1d42852054de62
|
|
| BLAKE2b-256 |
b2fa76e499a75ce42ed9237a05e4ff509baaaa53e4a5721c17608f1209567e9d
|
File details
Details for the file FileNet-1.0.3-py3-none-any.whl.
File metadata
- Download URL: FileNet-1.0.3-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3905980e6428654dc6eacdb3ee4432a61d899671ebb2a6fee692979e41484b5
|
|
| MD5 |
1aad12db3c5ad380392d4a14a0ea4e92
|
|
| BLAKE2b-256 |
ad13749f83ac27bf3e253b4d5d5d9dfa9412710fba6e0777aac5188f62102c0a
|