Skip to content

BigManager/icons

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Icons

generate icons of all sizes and config file (e.g. Contents.json) required by iOS or Android app, inspired by http://makeappicon.com

Web version

iconographys - http://iconographys.appspot.com/

CLI version

install

just run pip install icons. if you are using pyenv, then run pyenv rehash

usage

icons [-o TARGET_PATH] [--baseline BASELINE]
      [--type {launch,notification,image,tab,webclip,toolbar,icon}]
      [--devices {ios,android} [{ios,android} ...]] [--zip]
      icon_path
  • icon_path - the source image path
  • target_path(optional) - the target path
  • baseline(optional) - baseline scale. the default is 3, and it's mean the source image is at @3x scale
  • type(optional) - icon type, the default is icon
  • devices(optional) - including only devices
  • --zip(optional) - put icons into a zip file instead of directory

screenshot

Destop version

Working on it...

About

generate icons for apps

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published