/make_func_pic

make_func_pic

Primary LanguagePython

make_func_pic

It's a python program which could be used to make a gif of a fuction with two parameter:'m'and't'.

The parameter 'm' is used as a parameter in the parameter equation,and the parameter 't' is used as a time parameter.

With these two parameter and some parameter equations, you can get a pretty gif.

这是一个可以用来做参数方程动图的python小程序,只需要用两个参量:参数方程参量'm'和时间参量't'.

用这两个参量就可以做出一些漂亮的动图.可以详见下面的图片.

使用说明:

下载下来的文件解压后在make_func_pic文件夹里按住shift再按右键,可以看到有一个'在此处打开命令行窗口',点击以后输入'python main.py'就可以运行了.

接下来只需要按照自己的要求输入相关信息就可以制作gif了.

这个程序因为一些制作gif用到的第三方库(moviepy)的bug而不能用pyinstaller进行打包(运行exe程序会报错).

如果想要在其他地方用命令行使用这个程序的话,可以把这个程序的文件夹路径添加到环境变量里,具体教程网上已经有很多了,有兴趣的可以搜搜看.