https://github.com/embarcadero/pythonpackages4delphi
General collection of Python Packages wrapped for use in Delphi and C++Builder
https://github.com/embarcadero/pythonpackages4delphi
Last synced: 5 months ago
JSON representation
General collection of Python Packages wrapped for use in Delphi and C++Builder
- Host: GitHub
- URL: https://github.com/embarcadero/pythonpackages4delphi
- Owner: Embarcadero
- License: mit
- Created: 2022-08-10T15:56:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-01T00:25:49.000Z (almost 2 years ago)
- Last Synced: 2025-02-15T05:34:49.000Z (over 1 year ago)
- Language: Pascal
- Size: 326 KB
- Stars: 18
- Watchers: 12
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python Packages for Delphi
General collection of Python Packages wrapped for use in Delphi and C++Builder. Makes use of [Python4Delphi](https://github.com/Embarcadero/python4delphi) and the [Lightweight Python Wrappers for Delphi](https://github.com/Embarcadero/Lightweight-Python-Wrappers).
* [Boto 3](https://github.com/boto/boto3) - Amazon Web Services (AWS) Software Development Kit (SDK)
* [MoviePy](https://zulko.github.io/moviepy/) - Module for video editing, which can be used for basic operations (like cuts, concatenations, title insertions), video compositing (a.k.a. non-linear editing), video processing, or to create advanced effects. It can read and write the most common video formats, including GIF.
* [Pillow](https://python-pillow.org/) - Python Imaging Library
* [PyQT5](https://www.riverbankcomputing.com/software/pyqt/) - Python bindings for QT visual framework.
* [RemBG](https://github.com/danielgatis/rembg) - Tool to remove images background.
* [H5Py](https://www.h5py.org/) - Provides both a high- and low-level interface to the HDF5 (Hierarchical Data Format) library. It lets you store huge amounts of numerical data, and easily manipulate that data from NumPy.
* [PSUtil](https://github.com/giampaolo/psutil) - (process and system utilities) is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network, sensors)
For Data Sciene related packages, check out [P4D-Data-Sciences](https://github.com/Embarcadero/P4D-Data-Sciences)