Skip to content
/ jotpad Public

A simple journal app used to practice Python dev

Notifications You must be signed in to change notification settings

theixle/jotpad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

About

  • A simple app to practice Python with. It will let me store notes and eventually help me retrieve/search those notes.

To Do

  • save input to a list or dict
  • save input to a file
  • load old input from a file

Usage

here's a block quote

Example

import requests
import csv

def make_happy():
	print("Thinking...")
	return True

About

A simple journal app used to practice Python dev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages