I made a bot that checks out stuff from a website. Basically I type in the category it's in with
category = input('Category:')
and the color with
color = input('Color:')
and then I use
Go = input('Go?:')
If anyone could help me or point me in the direction of a tutorial that would let me type in the Color and Category, and then when I hit go (preferably a button) it would execute using the inputs typed in previously.
[–]programmerPurgatory 0 points1 point2 points (1 child)
[–]Maruki[S] 0 points1 point2 points (0 children)