Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
はんなりPython 47回LT回
Search
Yasshieeee
May 21, 2021
Technology
0
170
はんなりPython 47回LT回
PythonでCLIツールを作るTips集をまとめました。作成初期段階でのtermcolorとenquiriesの例を載せています。
Yasshieeee
May 21, 2021
Tweet
Share
More Decks by Yasshieeee
See All by Yasshieeee
Djangoで「良い」Factoryを書きたい
yacpotato
0
67
「他の人が理解できる」を掘り下げる_リーダブルコード LT会 - vol.4
yacpotato
0
81
Other Decks in Technology
See All in Technology
CDKTFについてざっくり理解する!!~CloudFormationからCDKTFへ変換するツールも作ってみた~
masakiokuda
1
180
freeeのアクセシビリティの現在地 / freee's Current Position on Accessibility
ymrl
2
240
QuickSight SPICE の効果的な運用戦略~S3 + Athena 構成での実践ノウハウ~/quicksight-spice-s3-athena-best-practices
emiki
0
120
IPA&AWSダブル全冠が明かす、人生を変えた勉強法のすべて
iwamot
PRO
2
190
スタートアップに選択肢を 〜生成AIを活用したセカンダリー事業への挑戦〜
nstock
0
260
DBのスキルで生き残る技術 - AI時代におけるテーブル設計の勘所
soudai
PRO
54
21k
Delegating the chores of authenticating users to Keycloak
ahus1
0
160
AWS CDK 入門ガイド これだけは知っておきたいヒント集
anank
3
290
60以上のプロダクトを持つ組織における開発者体験向上への取り組み - チームAPIとBackstageで構築する組織の可視化基盤 - / sre next 2025 Efforts to Improve Developer Experience in an Organization with Over 60 Products
vtryo
2
490
さくらのIaaS基盤のモニタリングとOpenTelemetry/OSC Hokkaido 2025
fujiwara3
3
460
ゼロからはじめる採用広報
yutadayo
3
990
AWS CDK 開発を成功に導くトラブルシューティングガイド
wandora58
3
130
Featured
See All Featured
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
251
21k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.4k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Fireside Chat
paigeccino
37
3.5k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.1k
Docker and Python
trallard
44
3.5k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
Adopting Sorbet at Scale
ufuk
77
9.5k
4 Signs Your Business is Dying
shpigford
184
22k
We Have a Design System, Now What?
morganepeng
53
7.7k
Automating Front-end Workflow
addyosmani
1370
200k
Transcript
None
§ 作成中のもの § 出力文字に色をつける -termcolor- § セレクトメニューを作成する -enqueries- § 今後の展開
Portfolio : https://yacpotato.github.io/
ダミーデータ作成ツール § カテゴリ § 数値 § 相関 § 時系列 Portfolio
: https://yacpotato.github.io/
§ 文字色 § 背景色 § エフェクト PyPI:https://pypi.org/project/termcolor/ Code:https://github.com/YaCpotato/python-cli-sample/blob/master/termcolor_sample.py Portfolio :
https://yacpotato.github.io/
§ 単一選択 § 複数選択 PyPI:https://pypi.org/project/enquiries/ Code:https://github.com/YaCpotato/python-cli-sample/blob/master/enquiries_sample.py Portfolio : https://yacpotato.github.io/
カテゴリ枠 § 列XカテゴリYのものの列Zの比率の操作 数値枠 § 相関関係 § 列XカテゴリYのものの数値分布の操作 可視化枠 §
アプリ化 Portfolio : https://yacpotato.github.io/