streamlit custome css function and sending mail services , text to speech
Project description
Title
streamlit custome css
Heading 2
Copyright (c) 2024 leojoelroys
- BOLD TEXT: The streamlit_custome_css Package is a custom Python utility designed to enhance web and app development workflows by providing tools to streamline UI customization, interactivity, and email handling. It includes various modules for applying background images, modifying headers, and managing user interactions.
Installation
open command prompt type the following command: pip install streamlit_custome_css
Functions
1)bg_image Provides functionality to apply or customize background images for web or application interfaces.
2)header_hide Allows the dynamic hiding or modification of headers in your applications or websites.
3)checkbox_into_button Converts standard checkboxes into interactive buttons for improved UI design and usability.
4)sidebar_bg_image Adds background images or styles to sidebars, enhancing the visual appeal of navigation panels.
5)mail Facilitates email operations, such as sending automated emails with customized content or attachments.
6)text to speech it perform converting text into speech
Funtion(parameter)
import naanthan_da_leo 1)bg_image code: a='imagepath(or)url' naanthan_da_leo.bg_image(a)
2)header hide code:
naanthan_da_leo.header_hide()
3)checkbox into button ---------> it is used to hold the old page (like, you create a login form the login is correct to open the other page but when you cick the other event of this page to load the old page):
naanthan_da_leo.checkbox_into_button()
4)sidebar_bg code:
naanthan_da_leo.sidebar_bg_image('bg_image_path (or) url')
5)sending email:
naanthan_da_leo.mail(sender_email,receiver_email,subject_fun,body_fun,password):
example:
sender_email---------->"you email id"
receiver_email---------->"sender email id"
subject_fun------>"email subject"
body_fun------->"email of the body"
password------>"enter you smtp password"(if you already have the smtp password enter here otherwise create a new password this link:https://smtpbd.com/how-to-find-smtp-server-username-and-password/)
6)text to speech
user_input=input("Enter a speech sentence: ")
text_to_speech(user_input)
OWNER NAME:
LEO JOEL ROYS
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file streamlit_custome_css-1.0.tar.gz.
File metadata
- Download URL: streamlit_custome_css-1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cd2e8c237a1e1734855ac97361667db4c3f0c491731a1976669cae250bf0fce
|
|
| MD5 |
a8fd31d94c3251d7773d03178b5760d7
|
|
| BLAKE2b-256 |
3543f726d46a7357523743349cfd72aae80c2c3d91c6e81ace6257a4ee438f3d
|
File details
Details for the file streamlit_custome_css-1.0-py3-none-any.whl.
File metadata
- Download URL: streamlit_custome_css-1.0-py3-none-any.whl
- Upload date:
- Size: 4.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a3fadf55ee4cda63247047c5e4dfa5eacd5c5d017432859ab94cba15351a0b72
|
|
| MD5 |
29f4002e3164d5a423103d6d2fe22946
|
|
| BLAKE2b-256 |
5f150b26cb417b16c518926ddda2c81095e25557a096f19198b362242e1319bf
|