https://github.com/parthasdey2304/basic-tkinter-notepad
This is a basic notepad app using tkinter
https://github.com/parthasdey2304/basic-tkinter-notepad
Last synced: 6 days ago
JSON representation
This is a basic notepad app using tkinter
- Host: GitHub
- URL: https://github.com/parthasdey2304/basic-tkinter-notepad
- Owner: parthasdey2304
- License: mit
- Created: 2023-05-05T10:30:09.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T19:04:24.000Z (almost 3 years ago)
- Last Synced: 2026-01-02T02:25:58.564Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Basic-Tkinter-Notepad
This is a basic notepad app using tkinter
# Upcoming features
Some of the upcoming features include:
+ UI redesign
+ Dark theme option
+ Syntax highlight for writting code
+ Terminal addition for coding mode
# Pre-requisites
To run this program you will need the following:
+ Python(version 3.7 or higher)
+ tkinter python package
+ git
# Installation
+ Installing python
```
sudo apt install python3 -y
```
+ Installing tkinter:
```
sudo apt install python3-tk -y
```
+ Installing git:
```
sudo apt install git -y
```
# Usage
+ Clone the github repository:
```
git clone https://github.com/parthasdey2304/basic-tkinter-notepad.git
```
+ Getting inside the repository:
```
cd basic-tkinter-notepad
```
+ Running the python program:
```
python3 main.py
```
+ Done.
# Screenshot

# Contributing
We welcome contributions from the community! We appreciate your contributions to improve the project. If you'd like to contribute to basic-tkinter-notepad, please read the following guidelines on how to contribute:
+ Fork the repository and create a new branch for your changes.
+ Make your changes to the code.
+ Test your changes thoroughly.
+ Commit your changes with a clear and descriptive message.
+ Push your changes to your fork.
+ Create a pull request and wait for me to verify and then merge it to the main branch.
# THANK YOU COMMUNITY!!!!