All Projects → ecarreras → pdicons

ecarreras / pdicons

Licence: Unlicense license
The Noun Project Public Domain search

Programming Languages

CSS
56736 projects
HTML
75241 projects
shell
77523 projects
python
139335 projects - #7 most used programming language
Dockerfile
14818 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to pdicons

The Debuginator
A juicy feature-packed debug menu intended for games.
Stars: ✭ 91 (+333.33%)
Mutual labels:  public-domain
Tzupdate
Set the system timezone based on IP geolocation
Stars: ✭ 130 (+519.05%)
Mutual labels:  public-domain
Flags
⛳ Simple, extensible, header-only C++17 argument parser released into the public domain.
Stars: ✭ 187 (+790.48%)
Mutual labels:  public-domain
Swarmz
A free, header-only C++ swarming (flocking) library for real-time applications
Stars: ✭ 108 (+414.29%)
Mutual labels:  public-domain
Snippets
(Hopefully) useful code snippets and header-only libs
Stars: ✭ 123 (+485.71%)
Mutual labels:  public-domain
Decentralized Id.github.io
Self Sovereign Identity Curated
Stars: ✭ 135 (+542.86%)
Mutual labels:  public-domain
Stdpack.c
Collection of small public domain de/compressors in plain C.
Stars: ✭ 73 (+247.62%)
Mutual labels:  public-domain
catalog of copyright entries project
NYPL Project to transcribe and parse pages from the US Catalog of Copyright Entries
Stars: ✭ 52 (+147.62%)
Mutual labels:  public-domain
Rocket
rocket - Fast single header signal/slots library for C++
Stars: ✭ 124 (+490.48%)
Mutual labels:  public-domain
Comunidades En Telegram
Listado de Chats de Comunidades en Telegram
Stars: ✭ 178 (+747.62%)
Mutual labels:  public-domain
Vkbind
Single file Vulkan API loader.
Stars: ✭ 110 (+423.81%)
Mutual labels:  public-domain
Novels.org
Novels.org - Your Novels in Plain Text (Emacs . org-mode)
Stars: ✭ 120 (+471.43%)
Mutual labels:  public-domain
Images
Public domain photos of Members of the United States Congress
Stars: ✭ 154 (+633.33%)
Mutual labels:  public-domain
Flask Rest Template
template for a rest app with flask, flask-rest and more...
Stars: ✭ 95 (+352.38%)
Mutual labels:  public-domain
Srt
A simple library for parsing, modifying, and composing SRT files.
Stars: ✭ 210 (+900%)
Mutual labels:  public-domain
Atm Cli
Command line tool for generating and working with MIDI files.
Stars: ✭ 1,235 (+5780.95%)
Mutual labels:  public-domain
Borderless Window
A minimal borderless window with the Windows API
Stars: ✭ 131 (+523.81%)
Mutual labels:  public-domain
cinedantan
🎥 🍿 Streaming Public domain movies
Stars: ✭ 52 (+147.62%)
Mutual labels:  public-domain
Yturl
YouTube videos on the command line
Stars: ✭ 218 (+938.1%)
Mutual labels:  public-domain
Libatm
Library for generating and working with MIDI files
Stars: ✭ 171 (+714.29%)
Mutual labels:  public-domain

The Noun Project Public Domain Icons

Search for public domain licensed icons on The Noun Project.

Quick Setup

bash <(curl -s "https://cdn.combinatronics.com/ecarreras/pdicons/master/bin/setup.sh")

Either Homebrew or Pip must be installed.

Deploy

Setup

  1. Register for The Noun Project API access by creating a new app

  2. Download and unzip the repository, and install dependencies using pip install -r requirements.txt

  3. Copy app.config.example to app.config, and populate the OAuth Key and OAuth Secret with your The Noun Project app keys

  4. Launch the application with python app.py and browse to http://localhost:5000

Docker

If you want a quick way to run pdicons, you can create a Docker image and run it in ephemeral mode (--rm):

docker build -t pdicons .

docker run -p 8888:5000 --rm -e TNP_OAUTH_KEY=<OAUTH_KEY> -e TNP_OAUTH_SECRET=<OAUTH_SECRET> --name pdicons pdicons

Then open your browser at http://localhost:8888

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].