Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 467 Bytes

read_me.md

File metadata and controls

13 lines (9 loc) · 467 Bytes

Donald's Diary

Purpose

A program to track sightings of a wild Mallard (or any identifiable animal). Record 'Seen' status, date, time and location of sighting. Location can be a unique name, a street or co-ords (no validation applied).

All data in the Donald's Diary program is held locally on a sqlite database. Data can be exported as a .csv file for backup and further analysis.

Requirements

  • csv 1.0
  • re 2.2.1
  • sqlite3 # 2.6.0
  • PySimpleGUI 4.60.5