Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 853 Bytes

README.md

File metadata and controls

38 lines (36 loc) · 853 Bytes

Notepad

Extra NotePad Features

  1. Secure and encrypt the doc with a pin
  2. Able to change the themes
  3. Fetch text from PDF
  4. Change Font Size,Font Style,UpperCase,LowerCase,Strikethrough,Underline,Bold,Text Alignment
  5. Program Only works with a KEY
  6. Save the file with .rtx , .txt , .doc extension
  7. User can open Images
  8. Text to Speech Conversion
  9. Saves Encrypted File

Basic NotePad Operations

  1. New File
  2. Save File
  3. Open File
  4. Cut
  5. Copy
  6. Paste
  7. View
  8. Undo
  9. Redo
  10. Select All
  11. Clear All
  12. Find Words
  13. Print Document
  14. Highlight text
  15. Change Text Color
  16. Spell Checker
  17. Words Counting

Code Features

  1. GUI in Python Tkinter
  2. Configuring Text in TextBox
  3. nltk library for Spell Checking
  4. Docx library for document editing
  5. pystx3 for text to speech conversion
  6. User friendly Interface