자기소개 라이브러리
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.7.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file introduce-0.0.7.tar.gz
.
File metadata
- Download URL: introduce-0.0.7.tar.gz
- Upload date:
- Size: 3.7 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 | 8fbf176107720e7e8b756920f36944e7b8f8a4a1cc1da1145b8b85a34fb5795b |
|
MD5 | 7322955d7b7f1e771435229d8504a84d |
|
BLAKE2b-256 | 2aaf10af8c9dc63b48b5fd0b4cd6e74c8808cb0c7792615c5b6e36dfaadd187c |
File details
Details for the file introduce-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: introduce-0.0.7-py3-none-any.whl
- Upload date:
- Size: 3.9 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 | 84d1724a1113a2e3eb40f8d2eacb04b3aee773502f49d38f7ba9dfd517de1a5a |
|
MD5 | e5362b297cdba4d527f352eeed03daec |
|
BLAKE2b-256 | a513e2ebec11863ebf7aab6b2da9885475f55d4d0fa905f8a69296e23d587e7e |