Svtter / onlyfirst

only first word remains

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only First

olf 只保留最前面的部分。

features

  • 将代码只保留前面的一部分;
  • 将 Django models 代码转换成样例数据;
  • 将样例数据转换成 Django models

Install

pip install onlyfirst

Usage

In file temp.txt:

main = 'test',
hello = 'world',
why = 'true'

Run: onlyfirst temp.txt

main =
hello =
why =

About

only first word remains


Languages

Language:Python 100.0%