Application for storing logins, keys, passwords. The data is stored in a database using SQLite3. Created for Python coding training. No Encrytpion, use at your own risk.
- Open application,
- Check if database exist:
- If not make DB and inform user,
- If yes, continue,
- Read from DB:
- Inform if is no records,
- Inform if entry is empty,
- 'SHOW' will display list of SHORTSs,
- Write to DB:
- Inform if form is empty,
- Inform if there is not enough data,
- Update DB:
- SHORT is mandatory,
- Delete from DB
- SHORT or URL is mandatory,
- Clear is wiping data from form.
With love, PJ