#input #terminal #python-3

bin+lib input_py

you can use input like python3

3 unstable releases

0.2.1 Jul 7, 2024
0.2.0 Apr 3, 2024
0.1.0 Sep 20, 2023

#5 in #python-3

MIT license

3KB

how to use

you can use input function like python3.

use input_py::input;
fn main() {
    let comment = "test";
    let input_data = input(&comment);
}

in terminal test:

you can input above

No runtime deps