Python tkinter expert required for long term
Budget: $2 – $8 USD
I need ecnomical programmers with less hourly rate to work long term.
Program requirements:
-must be made in python
-must use TKinter to create the menu
-At the start the user should be presented with two options, ‘create and account’ and ‘login’.
When creating an account, the following details are needed. Details needed from user: username, password, account number, account pin, account balance (user enters the amount of money they have in their account in £). These details should then be stored in a text file after user enters them.
User must then be prompted to login using their username and password.
After logging in successfully, a menu of food items should be displayed on the screen. Each item must have an image, price (in £) and time it takes to make it (in minutes).
The user should be able to click on multiple items in order to order them.
Once the user has clicked on their items there should be a ‘progress bar’ which fills up slowly to represent the food being cooked.
Once the progress bar has been filled up, the total price of the items + 20% tax should be displayed onto the screen.
- The user should then be asked to enter their account number and account pin and the program must check if they have enough money in their account to pay for their order. If there is enough money, display a message “Payment accepted - thank you for using Chris’s restaurant”. If there isn’t enough money, display a message “Payment declined”.
Program requirements:
-must be made in python
-must use TKinter to create the menu
-At the start the user should be presented with two options, ‘create and account’ and ‘login’.
When creating an account, the following details are needed. Details needed from user: username, password, account number, account pin, account balance (user enters the amount of money they have in their account in £). These details should then be stored in a text file after user enters them.
User must then be prompted to login using their username and password.
After logging in successfully, a menu of food items should be displayed on the screen. Each item must have an image, price (in £) and time it takes to make it (in minutes).
The user should be able to click on multiple items in order to order them.
Once the user has clicked on their items there should be a ‘progress bar’ which fills up slowly to represent the food being cooked.
Once the progress bar has been filled up, the total price of the items + 20% tax should be displayed onto the screen.
- The user should then be asked to enter their account number and account pin and the program must check if they have enough money in their account to pay for their order. If there is enough money, display a message “Payment accepted - thank you for using Chris’s restaurant”. If there isn’t enough money, display a message “Payment declined”.