Skip to main content

Package containing icons taken from ionicons website.

Project description

🍀ionicons_python

🎯Description

This package containing the icons taken from ionicons website for using those easily in Python. You will not only get the basic icons from this package, but also get the social icons too, for example Linkedin, GitHub, Twitter, etc.

🎯Usage

Using this package is just a piece of cake🍰. Just install this package using the below command.

pip install ionicons_python

After the installation is complete, use it with any of your favourite framework like Flet, Streamlit etc. Here I am giving an example of using Flet.

from ionicons_python.ionicons_icons import *
import flet as ft

def main(page: ft.Page):
   page.add(ft.Image(linkedin_icon, width=24, height=24))

ft.app(target=main)

Don't use this icons with Iconbutton or Icon of Flet. Those only take flet inbuilt icons.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ionicons_python-0.1.2.tar.gz (279.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page