Metadata-Version: 2.1
Name: meni
Version: 0.1.2
Summary: Software to manage a library of 3d files (stl)
Home-page: https://github.com/diesphink/meni
License: BSD-3-Clause
Author: Diego Pereyra
Author-email: diego@diegopereyra.com
Requires-Python: >=3.9,<3.13
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: jsonpickle (>=3.0.4,<4.0.0)
Requires-Dist: matplotlib (>=3.8.4,<4.0.0)
Requires-Dist: numpy-stl (>=3.1.1,<4.0.0)
Requires-Dist: pyinstaller (>=6.6.0,<7.0.0)
Requires-Dist: pyside6 (>=6.7.0,<7.0.0)
Requires-Dist: qt-material (>=2.14,<3.0)
Requires-Dist: qtawesome (>=1.3.1,<2.0.0)
Requires-Dist: vtkplotlib (>=2.1.1,<3.0.0)
Project-URL: Repository, https://github.com/diesphink/meni
Description-Content-Type: text/markdown

<h3 align="center">
	<img src="https://github.com/diesphink/meni/assets/10153740/de6a22f8-3887-43cc-a98e-797afca7ae84" width="150" alt="Logo"/><br/>
	Meni
</h3>

<h6 align="center">
  <a href="#">Downloads</a>
  ·
  <a href="#">Features</a>
  ·
  <a href="#">Screenshots</a>
  ·
  <a href="#">Installation</a>
  ·
  <a href="#">Docs</a>
</h6>

<p align="center">
  <a href="https://github.com/diesphink/meni/blob/master/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/version-0.1.0-blue.svg" target="_blank" /></a>
  <a href="https://github.com/diesphink/meni/blob/master/LICENSE"><img alt="License: MIT" src="https://img.shields.io/badge/license-BSD-darkcyan.svg" target="_blank" /></a>
</p>

<p align="center">
Meni 3D Library is a tool designed to streamline the management of your 3D model (STL) library, offering a smoother experience for 3D printer owners.
<br>
Developed in Python using <a href="https://doc.qt.io/qtforpython-6/index.html">Qt (PySide6)</a>, with model loading facilitated by <a href="https://github.com/WoLpH/numpy-stl/">numpy-stl</a> and visualization handled by <a href="https://github.com/bwoodsend/vtkplotlib">vtkplotlib</a>.
</p>

## Features

- Enjoy the speed, reliability, and convenience of a local (desktop) application.
- Easily import files into your library for effortless retrieval, without concerns about file names or folder structure.
- Organize your files into collections for seamless grouping when necessary.
- Quickly preview and manipulate models upon selection.
- Enhance organization with a tag system.

## Screenshots

![image](https://github.com/diesphink/meni/assets/10153740/73e69b09-3379-403d-b712-0054c161161b)




## Installation

TODO: Guide on installation

## Author

👤 **Diego Pereyra**

- Twitter: [@sphink](https://twitter.com/sphink)
- Github: [@diesphink](https://github.com/diesphink)

## License

Copyright © 2024 [Diego Pereyra](https://github.com/diesphink).<br />
This project is [BSD](https://github.com/diesphink/meni/blob/master/LICENSE) licensed.

