banner output program
Project description
pyfiglet
__ ____ ___ _______
/ /_ __ ______ / __ \__ \< / __ \
/ __ \/ / / / __ \/ / / /_/ // / /_/ /
/ / / / /_/ / / / / /_/ / __// /\__, /
/_/ /_/\__,_/_/ /_/\____/____/_//____/
개요
show-banner 사용하기
가이드
- 1. 나의 프로젝트 디렉토리에 파일 생성, 프로젝트 디렉토리에 파일 생성 경로 vi src/banner_hun0219/banner.py
from pyfiglet import Figlet
def show():
f = Figlet(font='slant')
print(f.renderText('hun0219'))
- 2. pyproject.toml 파일 수정 banner.py 파일이 실행되는 스크립트를 작성한다
[project.scripts]
show-banner='banner_hun0219.banner:show'
#banner~디렉토리.파일이름:함수이름
- 3. show-banner로 해당 스크립트 로컬에서 실행
- pyproject.toml파일을 읽고 파일에 정의된 의존성 설치
$ pdm install
- python 패키지 설치
$ pip install .
- 결과 확인
$ show-banner
__ ____ ___ _______
/ /_ __ ______ / __ \__ \< / __ \
/ __ \/ / / / __ \/ / / /_/ // / /_/ /
/ / / / /_/ / / / / /_/ / __// /\__, /
/_/ /_/\__,_/_/ /_/\____/____/_//____/
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
banner_hun0219-0.2.6.tar.gz
(1.9 kB
view hashes)
Built Distribution
Close
Hashes for banner_hun0219-0.2.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6593a72a3e714541e2664398f7379d5374c0430ed15d2edebde9b09b874121f |
|
MD5 | 43fadb2dfbff66b3f787606ab31ef3e1 |
|
BLAKE2b-256 | dba1bd0e7a7c77aba1de235bfd51bfdf044e6b4d1aeb82aedd770d6a449d84bd |