https://github.com/tfagaming/notepad-clone
This is not a 100% clone, but a similar one!
https://github.com/tfagaming/notepad-clone
notepad-clone python python3
Last synced: 8 months ago
JSON representation
This is not a 100% clone, but a similar one!
- Host: GitHub
- URL: https://github.com/tfagaming/notepad-clone
- Owner: TFAGaming
- License: gpl-3.0
- Created: 2023-01-07T19:42:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-24T17:44:15.000Z (over 3 years ago)
- Last Synced: 2025-01-25T12:41:31.022Z (over 1 year ago)
- Topics: notepad-clone, python, python3
- Language: Python
- Homepage:
- Size: 74.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notepad-Clone v1.0.0
This is not a 100% clone, but a similar one! This all made in Python and can be turned into an executable file (.exe) using [pyinstaller](https://pyinstaller.org/en/stable/)!
# Updates:
1. Added scrollbar.
2. Sets automatically the default font of editor in "Set font" Top level app.
3. Webbrowser support.
## Preview
Main:

Set font:

## Change icon
Create firstly or download an image with .png or .jpeg extension, visit a site that converts .png or .jpeg to **.ico**. Here is the site that I used to convert my image: [Convertico](https://convertico.com/).
## Turn the project into .exe
Install **pyinstaller** using command prompt:
```shell
pip install pyinstaller
```
Use **cd** command to navigate into the folder that your project contain the program file, which is **main.py**.
Then, use the command below to turn the **main.py** to an executable file:
```shell
pyinstaller --onefile --icon=icon.ico main.py
```
If you see some folders that has been created automatically, congrats! Go to **dist** folder, drag the .exe file into the folder where it can read the icon. You can delete the **dist** folder and other folders that were created.
Enjoy! :)
## Credits:
All credits to T.F.A#7524.