gitextract_h7azvspx/ ├── LICENSE.md ├── NPYViewer.py ├── README.md ├── code_for_generating_npy_samples/ │ ├── .gitkeep │ ├── 3dSpiral_Example.py │ ├── gaussian_example.py │ ├── graph.py │ └── heightmap_example.py ├── requirements.txt ├── sample_npy_files/ │ ├── .gitkeep │ ├── 3DSpiral.npy │ ├── gaussian.npy │ ├── graph.npy │ ├── heightmap.npy │ └── timeseries.npy └── screenshots/ └── .gitkeep