PrunedNeuron / icon-pack-tools

Some useful tools for icon pack development and design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Python 53.9%Language:Shell 46.1%