You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is about replicating the start recording (S3) page from the .drawio file. For this, we'll need to simply create a basic UI as detailed. We want the user to first select a file from their computer. We can do this in tkinter as follows:
From there, we need the user to confirm the file they've selected and then we run a short script to confirm it's a numpy file. If it's not, we tell them to select a different file. If it is a numpy file, we move them onto the next screen.
Deliverable
The deliverable for this is a srecord3 class that shows the start recording (S3) page.
The text was updated successfully, but these errors were encountered:
Start Recording (S3) Page
Overview
This is about replicating the start recording (S3) page from the .drawio file. For this, we'll need to simply create a basic UI as detailed. We want the user to first select a file from their computer. We can do this in tkinter as follows:
From there, we need the user to confirm the file they've selected and then we run a short script to confirm it's a numpy file. If it's not, we tell them to select a different file. If it is a numpy file, we move them onto the next screen.
Deliverable
The deliverable for this is a srecord3 class that shows the start recording (S3) page.
The text was updated successfully, but these errors were encountered: