#python #input #first

inpyt

My first library. Allows you to use "input()" from python.

4 releases

0.1.3 Oct 30, 2022
0.1.2 Oct 30, 2022
0.1.1 Oct 29, 2022
0.1.0 Oct 29, 2022

#913 in Programming languages

MIT/Apache

3KB

This is my first crate. Its task is to facilitate the programmer's work by allowing the use of the well-known function "input()".

This works the same way as in python, only you need to write '!', since this is a macro: "input!()" or "input!("Enter your name: ")".

No runtime deps