PyOmnix is an integrated package used for everyday purpose, designed for personal developing assistance or just entertainments.
Although claimed to be a python project, it will contain other languages, like C++ and Shell scripts.
TODO
TODO
TODO
TODO
- Integrated tools for other packages (logger and workflow manager)
- Image analyzing & processing
- Data processing & visulization
- Machine learning utilities
- python >= 3.11 (earlier version is not tested)
- Required packages:
- numpy
- pandas
- matplotlib
- plotly
- jupyter
- Optional packages:
- PyQt6
PyOmnix/
├── pyomnix/ # Main package directory
│ ├── __init__.py # Package initialization
│ ├── image/ # Image processing modules
│ ├── stats/ # Statistical tools
│ └── utils/ # Utility functions
├── examples/ # Example scripts
├── tests/ # Test suite
├── docs/ # Documentation
├── setup.py # Package setup file
├── requirements.txt # Required dependencies
└── README.md # This file
This project is licensed under the MIT License - see the LICENSE file for details.