Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
lab experiment / encryption
#1
Hi Guys,

I would like to program an application for a laboratory experiment, with which test persons should decrypt different letter sequences in numbers. The encryption is settled. The test subjects work in threes and can communicate (only) through a chat. Once each of the three has translated the word correctly into the numbers, the next word follows. In the history, the previous translated words and their numbers are shown. The group receives points (Taler) for each correctly translated word. The game lasts 45 minutes.

[Image: UntitledDiagram.jpg]

It should take place in a laboratory environment with 24 PCs. The PCs access one drive and have no internet connection. The players enter their PC number first. Then a group with two more PCs is formed and the game starts. At the end of the game, some variables are output in an Excel and the participants are paid for their "Taler".
I hope everything is clear so far. Pretty simple, actually.

I wonder how best to do that in Python. I've been more involved in web development (and not in Python Big Grin ), but I'm very interested in programming this experiment. Do you think it makes sense to implement something in Python? With Tkinter? Is there a suitable framework, an IDE?

I am happy about every answer!
#pythan
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help with function - encryption - messages - NameError: name 'message' is not defined MrKnd94 4 2,771 Nov-11-2022, 09:03 PM
Last Post: deanhystad
  need help one time pad encryption implementation ! nad556 1 1,911 Nov-28-2020, 06:11 PM
Last Post: nad556
  Compare response and name list in experiment knoxvillerailgrind 3 2,170 Jul-26-2020, 12:23 PM
Last Post: deanhystad
  Bode plot from time series experiment data discus 4 7,206 Jun-20-2020, 07:46 AM
Last Post: discus
  encryption and decryption with python ibrahim 1 1,768 May-16-2020, 03:14 PM
Last Post: Larz60+
  File encryption itzik 5 2,793 Nov-05-2019, 12:29 PM
Last Post: Gribouillis
  Vernam encryption method for files JohnCTX 1 2,385 Sep-18-2019, 04:31 PM
Last Post: JohnCTX
  Optimise experiment control parameters rickticktock 2 2,452 Apr-02-2019, 10:54 AM
Last Post: rickticktock
  Regarding encryption and decryption naressh1994 1 2,388 Jan-25-2019, 07:26 AM
Last Post: buran
  AES encryption - does not match between arduino and python 3 crypto guillaume55 0 3,989 Sep-23-2018, 11:14 AM
Last Post: guillaume55

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020