자기소개 라이브러리
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.5.tar.gz
(3.8 kB
view details)
Built Distribution
File details
Details for the file introduce-0.0.5.tar.gz
.
File metadata
- Download URL: introduce-0.0.5.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 | 3f424fe60495bcfc5fdf8e5c2eaf807693e57014a7bbfe74824a8081c83c8639 |
|
MD5 | e275b17d2f38183082b2800435d154d0 |
|
BLAKE2b-256 | e61bcb7d0733df448941993f04ab5ca03d0403f4f276d23ede9c971812470a65 |
File details
Details for the file introduce-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: introduce-0.0.5-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 | a9339feccc666524df758eea3cf7df9b73580b48bbd02e02e7b57f1edf29a238 |
|
MD5 | a9f75109dbe39bbd0e3f63bf2c9a846c |
|
BLAKE2b-256 | b1f14a6d20fd192ce2293d414e9552a8e7f11873589d144531e23dd66fe4f16e |