자기소개 라이브러리
Project description
Introduce 📱
파이썬용 자기소개서 라이브러리입니다.
다운로드 📥
이 모듈은 파이썬 모든 버젼에서 사용 가능합니다. 윈도우나 리눅스에서 다음과 같이 입력합니다.
pip install introduce
오류가 나는 경우, python -m pip install --upgrade pip 로 pip를 업데이트 해주세요.
사용법 🤖
import introduce
myself = introduce.MySelf("홍길동","16살", "남성", "코딩") # 양식 (이름, 나이, 성별, 취미)
myself.introduction("Hello World!") # 자기소개 작성
data = myself.check()
myself.create_image(width=200, height=300, font="이순신돋움체M.ttf", font_size=15, font_color=(255, 0, 0), background_color=(241, 241, 241)) # 사진 생성
email = introduce.Email("example0318@gmail.com", "example1234!", "example0104@gmail.com") # 양식 (당신의 이메일, 당신의 이메일의 비밀번호, 메시지를 보낼 이메일)
email.send(title="자기소개서", send_text=data, image="자기소개서.png") # 양식 (이메일의 제목, 보낼 메시지, 이미지)
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
introduce-0.0.6.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file introduce-0.0.6.tar.gz
.
File metadata
- Download URL: introduce-0.0.6.tar.gz
- Upload date:
- Size: 3.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6b822ba799f736d84e60476e5bd6e3ce3cfd468d369f8f071d1bf1e76b9d2b0 |
|
MD5 | 8320f29a10173171e24cf100eb13f24b |
|
BLAKE2b-256 | dc49c40e940eaa550ee3753e8e41c7b173364beaa6e540a939d1d7dde2a28cc9 |
File details
Details for the file introduce-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: introduce-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0372f6543fe3236d33e1588a820ea75be3e268ad1a2a79417562e4351620b429 |
|
MD5 | 7ac5ea81fbc2b3a64140b86c5589d64b |
|
BLAKE2b-256 | 2f29d796497d35b80f486c5e8c5d3ae2c1736bf8e735c0d8a9ccb5f9661a4c5b |