Python模拟黑客帝国影片中的终端动画脚本

论坛 期权论坛 期权     
python   2019-7-21 06:09   2993   0




前段时间小编在刷抖音的时候看到很多人用bat制作黑客帝国的数字雨,比如:
bat代码@echo off
title 黑客帝国
setlocal ENABLEDELAYEDEXPANSION
color 0a
for /l %%i in (1,1,80) do (
set Down%%i=0
)
:loop
for /l %%j in (1,1,80) do (
set /a Down%%j-=1
if !down%%j! LSS 0 (
set /a Arrow%%j=!random!%%4
set /a Down%%j=!random!%%15+10
)
if "!Arrow%%j!" == "1" (
set /a chr=!random!%%2
set /p=!chr!
分享到 :
0 人收藏
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

积分:27
帖子:12
精华:0
期权论坛 期权论坛
发布
内容

下载期权论坛手机APP