Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 735 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 735 Bytes

BudgetApp

The first steps to be able to make this app means that certian things need to be understood. These are

  1. Learn how to link to google sheets
    1. Run the example code
    2. Read a data file from google sheet
    3. Write data to google sheets
    4. Append data in google sheets
  2. Learn how to make a GUI
    1. How to make a gui with some input
    2. How input multiple data types
    3. How to do a dropdown menue
    4. How to write inputed data to google sheets
  3. Make a simple gui to input expenses to google sheets, make each input a new line. If the gui is closed just add to new line in the same google sheet
    1. Extend this to be a expense and income

Once these are done pause and make next stage plan