Davidy22 / SkunkBooth

Text based command line webcam photobooth app
https://Davidy22.github.io/SkunkBooth/
Other
50 stars 12 forks source link

Refactored codebase to split UI layout code #87

Closed brilam closed 2 years ago

brilam commented 2 years ago

Hi. I've refactored the codebase to split the UI layout code.

Closes:

62

Details: Currently, we have one file called frames.py which contains all the frames and how the UI is laid out. I have split this into multiple files (one file per frame), and have a file called frame.py which has ImageSelectionModel, and a few fields needed by all the frames.

Please let me know if you have any questions or have some feedback.