ManimCommunity / manim

A community-maintained Python framework for creating mathematical animations.
https://www.manim.community
MIT License
21.42k stars 1.57k forks source link

Is it possible to use cli to read python content from stdin without creating a python file? #3787

Closed zhangsn closed 4 months ago

zhangsn commented 4 months ago

Description of proposed feature

Is it possible to use cli to read python content from stdin without creating a python file? Sometimes the python file is generated by a template engine, therefore is is much better to avoid actually write a file.

zhangsn commented 4 months ago

not clear