자기소개 라이브러리
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 Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
introduce-0.0.4-py3.9.egg
(4.1 kB
view details)
File details
Details for the file introduce-0.0.4-py3.9.egg
.
File metadata
- Download URL: introduce-0.0.4-py3.9.egg
- Upload date:
- Size: 4.1 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 | a673b98fd95214f2f667589f437f4a79053562e1e60b092d7c0b06afa29bba76 |
|
MD5 | 0914575769468b13c5d025a0a8c31745 |
|
BLAKE2b-256 | 46f43644c67936200d770dc1bc2dca0653f4204b0820223b1b85b311e3c48f96 |