Nov-07-2020, 10:05 AM
I've been given this plan telling me that I need to design a computer program for counting coins, I am given a scenario which is telling me that there is a charity that is collecting money into bags, each coin type (example: £1 £2, etc) has a maximum amount for a bag which it must be equal to, so every bag should be a specific weight which matches to the specific bag value (for example the coin type £1 has a maximum of £20 for each bag, a bag with £20 weighs 8.75g) we have been given a large text file containing names of volunteers that are counting money(some accurate some not), the coin type that they are counting (£1, £2, 50p, etc) and it also says whether it is correct or not by a 'Y' or 'N' at the end of the text, this is a sample of what the data looks like (Abena,5p,325.00, Y)
also, I want the GUI to be in Tkinter just incase my school does not have 3rd party GUI interfaces
we need to make a program which
1.allows the user to input the volunteer's name
2. type of coin and weight of the bag,
3. validate coin type,
4.indicate the number of coins to be added or removed to correct an inaccurate bag weight,
5. maintain running totals of the number of bags checked and total value,
6.provide an option to display a list of volunteers sorted by accuracy showing the total number of bags counted and the number of bags they have counted correctly as a percentage of their total
I want to also make a GUI for it, but where do I start? I really want a grade 9 and by no means am I willing to cheat. what syntaxes will I need to research and for this computer program?
please if anybody can give me information on GUI it would be very helpful, one thing that I specifically am confused about is whether I can make this without a GUI and once I have done that can I then make it with a GUI or should I make a GUI first
also please before you call me trash I know this already, I have no knowledge of programming but I am doing this as coursework and need to learn python and make something that makes my teacher lose his brain. I am writing this from home although my work is coursework I am going to learn at home and implement at school so please any information would be beyond helpful whether its specifically GUI or just python syntax in general.
I understand things that I would need to do like I know I would need to make the program open this text file and sample the data but I have no idea how to actually do these things and I also would like to make a menu
I know this might sound far fetched as I am quite the amateur but I am watching lots of python courses and am spending lots of time on this so please any help will not just go to waste
also, I want the GUI to be in Tkinter just incase my school does not have 3rd party GUI interfaces
we need to make a program which
1.allows the user to input the volunteer's name
2. type of coin and weight of the bag,
3. validate coin type,
4.indicate the number of coins to be added or removed to correct an inaccurate bag weight,
5. maintain running totals of the number of bags checked and total value,
6.provide an option to display a list of volunteers sorted by accuracy showing the total number of bags counted and the number of bags they have counted correctly as a percentage of their total
I want to also make a GUI for it, but where do I start? I really want a grade 9 and by no means am I willing to cheat. what syntaxes will I need to research and for this computer program?
please if anybody can give me information on GUI it would be very helpful, one thing that I specifically am confused about is whether I can make this without a GUI and once I have done that can I then make it with a GUI or should I make a GUI first
also please before you call me trash I know this already, I have no knowledge of programming but I am doing this as coursework and need to learn python and make something that makes my teacher lose his brain. I am writing this from home although my work is coursework I am going to learn at home and implement at school so please any information would be beyond helpful whether its specifically GUI or just python syntax in general.
I understand things that I would need to do like I know I would need to make the program open this text file and sample the data but I have no idea how to actually do these things and I also would like to make a menu
I know this might sound far fetched as I am quite the amateur but I am watching lots of python courses and am spending lots of time on this so please any help will not just go to waste