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.3.1.tar.gz
(2.3 kB
view hashes)
Built Distribution
Close
Hashes for banner_hun0219-0.3.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f97f3dbd3a2e1908235157db3eec23505d42bbf2b765b0ac7042b41bf653386a |
|
MD5 | d91664bcebfdb8a2d6e997b01579d667 |
|
BLAKE2b-256 | 19a83fac3e749ca2d3f03eebc2bd14a3e8ddb31e375015c65e53784130866894 |