![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 Streamlit-SocialMediaIcons 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/Streamlit-socialmedia.git",
"name": "Stsocialicons",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "Sumit Kumar Singh",
"author_email": "sumitsingh9441@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e5/50/29bb64ae05af9176b5d9fe33df0e40d6f5333d8b9bc520302bb76bf7f3b7/stsocialicons-0.0.2.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 Streamlit-SocialMediaIcons 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.2",
"project_urls": {
"Homepage": "https://github.com/RAJPUTRoCkStAr/Streamlit-socialmedia.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "36b987600e62c482be3eb16bb0504229268469131f86a4ff5174464fca692422",
"md5": "fd3737aec9411ce4201bf0367d1b6f02",
"sha256": "ba49d659d64f9d253252de4f43d17cb4972ae0ddf6eba746280d82791c17d0db"
},
"downloads": -1,
"filename": "Stsocialicons-0.0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "fd3737aec9411ce4201bf0367d1b6f02",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 2739,
"upload_time": "2024-07-15T20:12:46",
"upload_time_iso_8601": "2024-07-15T20:12:46.990068Z",
"url": "https://files.pythonhosted.org/packages/36/b9/87600e62c482be3eb16bb0504229268469131f86a4ff5174464fca692422/Stsocialicons-0.0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e55029bb64ae05af9176b5d9fe33df0e40d6f5333d8b9bc520302bb76bf7f3b7",
"md5": "679d178b65e0b6ddb614b62d598905e4",
"sha256": "ed65b695d390cd3f78806473d0ae73dcff503aa3dcf0e3790d6887eb6729dfbe"
},
"downloads": -1,
"filename": "stsocialicons-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "679d178b65e0b6ddb614b62d598905e4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2628,
"upload_time": "2024-07-15T20:12:48",
"upload_time_iso_8601": "2024-07-15T20:12:48.861158Z",
"url": "https://files.pythonhosted.org/packages/e5/50/29bb64ae05af9176b5d9fe33df0e40d6f5333d8b9bc520302bb76bf7f3b7/stsocialicons-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-15 20:12:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "RAJPUTRoCkStAr",
"github_project": "Streamlit-socialmedia",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "stsocialicons"
}