#input #python-3 #py

bin+lib input_py

you can use input like python3

2 unstable releases

0.2.0 Apr 3, 2024
0.1.0 Sep 20, 2023

#6 in #py

Download history 2/week @ 2024-02-14 9/week @ 2024-02-21 9/week @ 2024-02-28 2/week @ 2024-03-06 6/week @ 2024-03-13 8/week @ 2024-03-27 164/week @ 2024-04-03 6/week @ 2024-04-10

178 downloads per month

MIT license

3KB

how to use

you can use input function like python3.

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

in terminal test:

you can input above

No runtime deps