Skip to content

anthonyattipoe/ios_icon_generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

iOS Icon Generator

This is a Python script to generate icons for various devices for iOS developers.

Python Library Prerequisites

Installing

Installing the libraries with different environments

PIP

sudo pip install pillow

EASY INSTALL

sudo easy_install pillow

Supported Devices

  • iPhone
  • iPad
  • Apple Watch
  • Mac

How To Use

Clone this repository to your local computer. Rename the icon file you are using to "image.png" and place it in the same directory as the Python script. Ensure you have installed the prerequisite Python libraries and run the script.

You can comment out different methods in the Python script to generate icons for only desired devices.

About

A Python Script which generates iOS icons for different devices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages