An open API service indexing awesome lists of open source software.

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

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
![Screenshot 2023-05-05 173650](https://user-images.githubusercontent.com/131694386/236453588-db10bb49-8150-455b-a77f-92f446bbad83.png)

# 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!!!!