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 💊
-
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.
-
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.
- 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 "
PS: A GUI for the api is in the works 😄 , with more endpoints and better functionality.
This is an example of how to list things you need to use the software and how to install them.
- If you're on windows, you can use git bash, WSL or something like mingw.
- For the generate script in
generators/
python generate.py
- For scripts in
scripts/
sh script.sh
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.
- Fork the Project
- Create your Feature Branch
git checkout -b feature/AmazingFeature
- Commit your Changes
git commit -m 'Add some AmazingFeature'
- Push to the Branch
git push origin feature/AmazingFeature
- Open a Pull Request
Distributed under the MIT License.
See LICENSE
for more information.
📧 - [email protected]
🏀 - Dribbble
🌐 - Website