![GitHub license](https://img.shields.io/github/license/RAJPUTRoCkStAr/Streamlit-socialmedia) ![GitHub last commit](https://img.shields.io/github/last-commit/RAJPUTRoCkStAr/Streamlit-socialmedia)
# SocialMediaIcons
`SocialMediaIcons` is a Python class designed to dynamically generate SVG icons for various social media platforms. This class is customizable, allowing users to specify links, colors, and sizes for each social media icon.
## Features
- **Dynamic Icon Generation**: Generates SVG icons based on provided social media links.
- **Customizable Colors**: Default colors are provided for each platform, but users can specify their own.
- **Flexible Sizing**: Supports multiple predefined sizes and allows custom height and width.
**Just Add links for your profile**
## Installation
You can install Stsocialicon using pip:
```bash
pip install Stsocialicon
```
## Code
```bash
from Stsocialicon import SocialMediaIcons
def main():
links = [
"https://www.facebook.com/example",
"https://www.youtube.com/example",
"https://www.instagram.com/example",
"https://www.linkedin.com/example"
] #pass social media link here
sizes = ['sm','lg'] #pass for every social media you are adding
icon_generator = SocialMediaIcons(social_media_links=links, sizes=sizes).generate_icons()
if __name__ == '__main__':
main()
```
## Contact
For any questions or feedback, feel free to reach out at [sumitsingh9441@gmail.com](mailto:sumitsingh9441@gmail.com).
Raw data
{
"_id": null,
"home_page": "https://github.com/RAJPUTRoCkStAr/Stsocialicon",
"name": "Stsocialicon",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": "streamlit social media links",
"author": "Sumit Kumar Singh",
"author_email": "sumitsingh9441@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/60/8f/5e5e08fb8d7dd9ad99e3bbdb5660fc88d24c058bad44234ac6f602e0ff7d/Stsocialicon-0.0.3.tar.gz",
"platform": null,
"description": "![GitHub license](https://img.shields.io/github/license/RAJPUTRoCkStAr/Streamlit-socialmedia) ![GitHub last commit](https://img.shields.io/github/last-commit/RAJPUTRoCkStAr/Streamlit-socialmedia)\r\n# SocialMediaIcons\r\n\r\n`SocialMediaIcons` is a Python class designed to dynamically generate SVG icons for various social media platforms. This class is customizable, allowing users to specify links, colors, and sizes for each social media icon.\r\n\r\n## Features\r\n\r\n- **Dynamic Icon Generation**: Generates SVG icons based on provided social media links.\r\n- **Customizable Colors**: Default colors are provided for each platform, but users can specify their own.\r\n- **Flexible Sizing**: Supports multiple predefined sizes and allows custom height and width.\r\n **Just Add links for your profile**\r\n\r\n\r\n## Installation\r\n\r\nYou can install Stsocialicon using pip:\r\n\r\n```bash\r\npip install Stsocialicon\r\n```\r\n## Code\r\n```bash\r\nfrom Stsocialicon import SocialMediaIcons\r\n\r\ndef main():\r\n links = [\r\n \"https://www.facebook.com/example\",\r\n \"https://www.youtube.com/example\",\r\n \"https://www.instagram.com/example\",\r\n \"https://www.linkedin.com/example\"\r\n ] #pass social media link here\r\n sizes = ['sm','lg'] #pass for every social media you are adding\r\n\r\n icon_generator = SocialMediaIcons(social_media_links=links, sizes=sizes).generate_icons()\r\n\r\nif __name__ == '__main__':\r\n main()\r\n\r\n```\r\n\r\n## Contact\r\nFor any questions or feedback, feel free to reach out at [sumitsingh9441@gmail.com](mailto:sumitsingh9441@gmail.com).\r\n",
"bugtrack_url": null,
"license": null,
"summary": "A package for generating social media icons with customizable colors and sizes.",
"version": "0.0.3",
"project_urls": {
"Homepage": "https://github.com/RAJPUTRoCkStAr/Stsocialicon"
},
"split_keywords": [
"streamlit",
"social",
"media",
"links"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "7789fa13db45b7556bf82e221733a0abced334e028034f7871db3dd74787861e",
"md5": "85254964dd61297ef7a59e73d32e8558",
"sha256": "40bc2f115a78e9ab09eaeaf82d1c0b3ba9db7b29275d535a4b439ed820aa2b36"
},
"downloads": -1,
"filename": "Stsocialicon-0.0.3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "85254964dd61297ef7a59e73d32e8558",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 9189,
"upload_time": "2024-07-16T09:09:49",
"upload_time_iso_8601": "2024-07-16T09:09:49.047983Z",
"url": "https://files.pythonhosted.org/packages/77/89/fa13db45b7556bf82e221733a0abced334e028034f7871db3dd74787861e/Stsocialicon-0.0.3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "608f5e5e08fb8d7dd9ad99e3bbdb5660fc88d24c058bad44234ac6f602e0ff7d",
"md5": "8289873675482d151d3c3a32aaa4a741",
"sha256": "6d88c71e38455516269d5f6e5afe3112ea4a04c58c79df57d3d830a25dc34bc5"
},
"downloads": -1,
"filename": "Stsocialicon-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "8289873675482d151d3c3a32aaa4a741",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 9150,
"upload_time": "2024-07-16T09:09:50",
"upload_time_iso_8601": "2024-07-16T09:09:50.405240Z",
"url": "https://files.pythonhosted.org/packages/60/8f/5e5e08fb8d7dd9ad99e3bbdb5660fc88d24c058bad44234ac6f602e0ff7d/Stsocialicon-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-16 09:09:50",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RAJPUTRoCkStAr",
"github_project": "Stsocialicon",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "stsocialicon"
}