SpongeBob模擬文本(spongemock)是一種字母大小寫隨機書寫的書寫風格。它在互聯網社區中用於嘲笑某些東西。該文本源自 SpongeBob 卡通係列的模因。例子:
Input : The quick brown fox jumps over the lazy dog. Output : tHE QuiCK BrOWN fOX juMps over tHe lAzY dOG. Input : This sentence is to test the function. Output : This seNtENce is TO TeST THE funcTiON.
模塊spongemock用於CLI命令生成spongemock文本。安裝:
pip install spongemock
用法:
spongemock text
其他可選參數是:
- -H:顯示此幫助消息並退出
- -C:將模擬文本複製到剪貼板
- -b 偏差:此偏差用於連續增加從 previously-mocked 情況進行交換的機會。值為 0 將確保機會始終為 50/50,值為 1 將確保在第一次隨機選擇後大小寫完美振蕩。默認值為 0.5
- -s 種子:隨機數生成器的種子。可以是任何數字或字符串(數字被解析)
- -s STRSEED:隨機數生成器的種子。不嘗試將字符串解析為數字
- 使用默認參數:
- 演示-b:
- 演示-s:
相關用法
- Python splitfields()用法及代碼示例
- Python spwd用法及代碼示例
- Python staticmethod()用法及代碼示例
- Python set()用法及代碼示例
- Python setattr()用法及代碼示例
- Python slice()用法及代碼示例
- Python sorted()用法及代碼示例
- Python str()用法及代碼示例
- Python sum()用法及代碼示例
- Python super()用法及代碼示例
- Python strip()用法及代碼示例
- Python sympy.gammasimp()用法及代碼示例
- Python shutil.chown()用法及代碼示例
- Python shutil.copy()用法及代碼示例
- Python shutil.copy2()用法及代碼示例
- Python shutil.copyfile()用法及代碼示例
- Python shutil.copyfileobj()用法及代碼示例
- Python shutil.copymode()用法及代碼示例
- Python shutil.copystat()用法及代碼示例
- Python shutil.copytree()用法及代碼示例
- Python shutil.disk_usage()用法及代碼示例
- Python shutil.get_archive_formats()用法及代碼示例
- Python shutil.get_unpack_formats()用法及代碼示例
- Python shutil.move()用法及代碼示例
- Python shutil.unpack_archive()用法及代碼示例
注:本文由純淨天空篩選整理自Yash_R大神的英文原創作品 spongemock module in Python。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。