Skip to content

pipe1os/notepad-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

myNotepad

A notepad I wrote in tkinter. Opens files, saves them and has find.

Running it

python notepad.py

Requires Python 3.x. tkinter is included so nothing to install.

Tests

pip install pytest
pytest test_notepad.py -v

If you're on Linux and get a display error:

pip install pytest-xvfb
pytest test_notepad.py -v

Stuff that's broken or missing

  • No "do you want to save?" prompt when opening a new file
  • Save errors only print to console, useless if you double-clicked to open
  • Find always wraps around, there's no option to turn that off
  • Ctrl+F is commented out because it was firing twice. Use Edit > Find for now

About

A notepad app that I wrote using python with tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages