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.4.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.4.tar.gz.
File metadata
- Download URL: filenet-1.1.4.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 |
26e2c36ac243376b54ad08d276210d5629b9b825b082433a7d39e3454f70c59d
|
|
| MD5 |
b92880d49a5716bf0f4c29861d82596e
|
|
| BLAKE2b-256 |
ee317a2de076ac6b3a9920d8b93a880a8cb7b8d218efe94d110bf7a99b521a9c
|
File details
Details for the file FileNet-1.1.4-py3-none-any.whl.
File metadata
- Download URL: FileNet-1.1.4-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 |
d6d41523551944c15db3812958cacaf8399f064fd6d57f44709338a6b34cc896
|
|
| MD5 |
e586e42319f1c310b1974149a2805540
|
|
| BLAKE2b-256 |
d55465c1ff976fe3befd89e435b45c0f3cfdd82ae43f057ef2be814ddc01922d
|