Was just wondering if Python allows a password prompt, where it obscures the password typed with a character of my choosing? I could have *sworn*
I saw something that had that in my search for stuff.
If not, is there a way to do that with just the write command?
getstr(input type, screen width, field width, default text)
The input type could:
11 = Regular Input
12 = CAPS Input
13 = Proper Input
14 = Phone Input
15 = DATE input
16 = Password Input
getstr(input type, screen width, field width, default text)
The input type could:
11 = Regular Input
12 = CAPS Input
13 = Proper Input
14 = Phone Input
15 = DATE input
16 = Password Input
Was just wondering if Python allows a password prompt, where it obscures the password typed with a character of my choosing? I could have *sworn*
I saw something that had that in my search for stuff.
If not, is there a way to do that with just the write command?
getstr(input type, screen width, field width, default text)
The input type could:
11 = Regular Input
12 = CAPS Input
13 = Proper Input
14 = Phone Input
15 = DATE input
16 = Password Input
Is there a way to customize an input (or add a new type)? For eg... regular input is whatever the user types, CAPS input being whatever the user types, but it will always be in CAPS, proper output I guess would
be each and every word will be capitalized i.e. the first letter is capitol and the rest lower for each word... Can you make your own style? If so, how does one do that?
I have ideas for an extra Phone input plus a brand new input that I have an idea for.
Yes, getstr has a mode option (the first parameter passed)
input modes:
8 = user defined input
input modes:
8 = user defined input
I'm curious what this "user defined input" options is and does.
Yes, getstr has a mode option (the first parameter passed)
input modes:
8 = user defined input
I'm curious what this "user defined input" options is and does.
I'm curious what this "user defined input" options is and does.
Me too, that might do what I want it to do =)
Sysop: | sneaky |
---|---|
Location: | Ashburton,NZ |
Users: | 31 |
Nodes: | 8 (0 / 8) |
Uptime: | 203:48:13 |
Calls: | 2,083 |
Calls today: | 1 |
Files: | 11,139 |
Messages: | 948,002 |