Skip to content

Some useful tools for icon pack development and design.

License

Notifications You must be signed in to change notification settings

PrunedNeuron/icon-pack-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License


Icon Pack Tools (WIP!)

Note: I haven't yet had the time to organize many more useful tools that I use, hence the WIP tag.

Some extremely simple tools 🔧, scripts 🐍 🐚 and utilities 📦 I use on a daily basis to build and maintain my icon pack, Amphetamine 💊

Table of Contents

API

  • I host an api on my website which returns a list of all the icon requests I've ever received, sorted by the number of requesters (descending order). My website's source code can be found here.

  • It should be extremely useful for creators to build an icon pack from scratch.

Endpoints 🔚

  • [GET]

    https://ayushm.dev/amphetamine/api/v1/requests
    
    • Returns a sorted list (from most popular to least popular) of icons with their component/activity IDs and the associated Google Play Store URL. Click "[GET]" above to see it for yourself.
    • If you're using Firefox, it should automatically be prettified. For Chrome users, this extension can help.
    • Of course, if you prefer Postman or Insomnia, feel free to use them instead.

PS: A GUI for the api is in the works 😄 , with more endpoints and better functionality.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

1. Python 3

2. sh

  • If you're on windows, you can use git bash, WSL or something like mingw.

Usage

  • For the generate script in generators/
    python generate.py
  • For scripts in scripts/
    sh script.sh

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch
    git checkout -b feature/AmazingFeature
  3. Commit your Changes
    git commit -m 'Add some AmazingFeature'
  4. Push to the Branch
    git push origin feature/AmazingFeature
  5. Open a Pull Request

License

Distributed under the MIT License.
See LICENSE for more information.

Find me elsewhere

📧 - am@ayushm.dev
🏀 - Dribbble
🌐 - Website

About

Some useful tools for icon pack development and design.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published