Skip to content

nitinkumar30/notepad-using-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Notepad using Python's tkinter

Made a Notepad like application using tkinter.

Features

  1. Can do following functionalities:
    1. Type the text
    2. Save the file as .txt only (you may change it to any file type, check below how to do it)
    3. Open files of .txt file type (you may change it to any file type, check below how to do it)
  2. Different look of dark theme.

⚠️ Never put the output in full screen mode.

How to change savefileextension

Simple steps:

  1. Go to the code in line 15.
  2. Change the code, replace the value of defaultextension from .txt to *,*.
  3. Save the code & rerun.

Author:

Nitin Kumar

About

Made a working notepad using Tkinter python.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages