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 3D Images.
- 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.1.5.tar.gz
(4.0 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.1.5.tar.gz.
File metadata
- Download URL: filenet-1.1.5.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8681a4fce842e7d21f8e969eed1e6ca1f5f33eeebfd8cd85a8c90e6fb3cee2ac
|
|
| MD5 |
b5b72da24233c279c55c70eaf8ece8bc
|
|
| BLAKE2b-256 |
11ca9eddaf9f775e33c4c62819332df7589409f741fda98ed3e00056324bc596
|
File details
Details for the file FileNet-1.1.5-py3-none-any.whl.
File metadata
- Download URL: FileNet-1.1.5-py3-none-any.whl
- Upload date:
- Size: 4.3 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 |
c05f01fc938ec32848379bd77cc1e5e59228c85fbc9774c2fff573d6077b6575
|
|
| MD5 |
dfcebd44da5ccb73422e5bb9f40d4121
|
|
| BLAKE2b-256 |
9830dfc067a8396d8a5cb40c57680004a9c48c6572286a6d2babf1245434ae27
|