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.0.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.0.4.tar.gz.
File metadata
- Download URL: filenet-1.0.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 |
3ce04cb25fc4c9ef30432948a350b07b6c98e64ddc1766a4812b21451790c8e7
|
|
| MD5 |
5a45d772a9503c0d0e86749df0de9558
|
|
| BLAKE2b-256 |
2fa19cf192511e08055705b18bbb641e3e96823f4c90f839caf43d377776b4fd
|
File details
Details for the file FileNet-1.0.4-py3-none-any.whl.
File metadata
- Download URL: FileNet-1.0.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 |
2c6b6d64e091fa96a8f83cf4506d703d67a6a5d4e63857d1f5beb18c63e1b5bb
|
|
| MD5 |
9574e3cfa6e61f435d30b6ad0a6baf97
|
|
| BLAKE2b-256 |
fbafee7ca857d47425cfb99b05f03e2c4b6157daf099b3edaa3e024d94697189
|