https://github.com/ultralytics/ios_screenshots
https://github.com/ultralytics/ios_screenshots
app-store ios swift ultralytics
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ultralytics/ios_screenshots
- Owner: ultralytics
- License: agpl-3.0
- Created: 2018-12-15T14:47:44.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-03-28T01:34:28.000Z (7 months ago)
- Last Synced: 2025-03-28T02:31:42.002Z (7 months ago)
- Topics: app-store, ios, swift, ultralytics
- Language: Python
- Homepage: https://ultralytics.com
- Size: 57.6 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# đ Introduction
Welcome to the `ios_screenshots` software repository developed by Ultralytics! This tool is open-source and đ freely redistributable under the [AGPL-3.0 license](https://opensource.org/license/). We encourage the use and adaptation of our tools and welcome contributions to our projects. For more details on the exciting work we do at Ultralytics, including advancements in [computer vision](https://www.ultralytics.com/glossary/computer-vision-cv) and AI, please visit us at [https://www.ultralytics.com](https://www.ultralytics.com/).
[](https://github.com/ultralytics/ios_screenshots/actions/workflows/format.yml)
[](https://discord.com/invite/ultralytics)
[](https://community.ultralytics.com/)
[](https://reddit.com/r/ultralytics)# đ Description
The [Ultralytics ios_screenshots repository](https://github.com/ultralytics/ios_screenshots) is a powerful automated tool designed to simplify the workflow for [iOS](https://docs.ultralytics.com/hub/app/ios/) developers. By automatically resizing screenshot images to fit all the format requirements specified by the [Apple App Store](https://developer.apple.com/design/human-interface-guidelines/app-icons#App-Store), this tool saves valuable time and ensures visual consistency across your app listings. For a practical demonstration, take a look at the iSky app created by Ultralytics, as seen below.
Below is an example of a beautifully resized image that's ready for the App Store:
# đ ī¸ Requirements
To use the `ios_screenshots` tool, you'll need [Python](https://www.python.org/) version 3.7 or later installed on your system. Additionally, the following package is required, which can be easily installed using [pip](https://pip.pypa.io/en/stable/) and the provided `requirements.txt` file:
```bash
# Install dependencies
pip3 install -U -r requirements.txt# Included packages:
# opencv-python: Crucial for image manipulation tasks.
```You can find more information about the [opencv-python](https://pypi.org/project/opencv-python/) package on PyPI. For a general guide on setting up Python environments, check out the Ultralytics [Conda Quickstart Guide](https://docs.ultralytics.com/guides/conda-quickstart/).
# đ¤ Contribute
We actively welcome contributions from the community! Whether you're fixing bugs, adding new features, or improving documentation, your input is invaluable. Please take a look at our [Contributing Guide](https://docs.ultralytics.com/help/contributing/) to get started. We'd also love to hear about your experience using Ultralytics software; please consider filling out our [Survey](https://www.ultralytics.com/survey?utm_source=github&utm_medium=social&utm_campaign=Survey). A huge đ **thank you** to all our contributors!
[](https://github.com/ultralytics/ultralytics/graphs/contributors)
# ÂŠī¸ License
Ultralytics offers two licensing options to accommodate different use cases:
- **AGPL-3.0 License**: This [OSI-approved](https://opensource.org/) open-source license is ideal for students and enthusiasts, promoting open collaboration and knowledge sharing. See the [LICENSE](https://github.com/ultralytics/ultralytics/blob/main/LICENSE) file for full details.
- **Enterprise License**: Designed for commercial applications, this license permits the integration of Ultralytics software and AI models into commercial products and services without the open-source requirements of AGPL-3.0. If your project requires an Enterprise License, please contact us via [Ultralytics Licensing](https://www.ultralytics.com/license).# đŦ Contact Us
If you encounter any bugs or have feature requests, please report them on [GitHub Issues](https://github.com/ultralytics/ios_screenshots/issues). For broader questions and discussions about this project or other Ultralytics initiatives, join our vibrant community on [Discord](https://discord.com/invite/ultralytics)!