Skip to content

A replication of windows notepad using tkinter python GUI library

License

Notifications You must be signed in to change notification settings

Ayan-Kumar-Saha/tkinter-Notepad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Notepad using tkinter

A replication of windows notepad using tkinter python GUI library

License: MIT

Table of Content

Prerequisites

  • Python 3

  • tkinter - Tkinter comes pre-installed with the Python installer binaries for Mac OS X and the Windows platform. So if you install Python from the official binaries for Mac OS X or Windows platform, you are good to go with Tkinter.

    For Debian versions of Linux you have to install it manually by using the following commands.

    For Python 3, sudo apt-get install python3-tk

Getting started

Clone the repository to your local machine using,

~$ git clone https://github.com/Ayan-Kumar-Saha/tkinter-Notepad.git

Run Notepad

Run the notepad using,

Linux and macOS

~$ python3 notepad.py

Windows

~$ python notepad.py

Build with

  • tkinter - A python library for creating GUI-based application.

Author

Ayan Kumar Saha

About

A replication of windows notepad using tkinter python GUI library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages