cs-utulsa / Encrypted-Chat-Service

This is the major project for the year long senior software class. The focus on this repository is to create a encrypted chat service, which can be used for secure communication. It will include not only peer to peer chat services, but also file transfer and group chats.
5 stars 1 forks source link

Coding: User File Selection #69

Closed tuckplace closed 1 year ago

tuckplace commented 1 year ago

Goal of this story is to enable the GUI button for the user to select a file. This button should activate Tkinter to bring up the file explorer, which allows the user to select a file. Once the file path has been obtained, the fInput class should be called to read in the file (see story for it).

This story involves not only front end but some backend as well.