CSSG-Labs / PyNote

Text Editor Written in Python
GNU General Public License v3.0
3 stars 4 forks source link

Add Menu Bar for Necessary Buttons #1

Closed PatrickBruso closed 2 years ago

PatrickBruso commented 2 years ago

What Code a menu bar using PySimpleGUI that contains the following buttons for use with the application:

Why We need to create a menu bar so that features can be added to the application. Once the menu bar is complete, we will connect the relevant buttons (save, open, new) to the application so that a user can create a new file, open a file, or save a file.

How See the code that was created on the discord python-text-app channel

Requirements Create a menu bar for the application Add buttons to the menu bar for New, Open, and Save

PatrickBruso commented 2 years ago

No longer necessary since project is migrating back to Tkinter.