Git Product home page Git Product logo

notepad-clone's Introduction

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!

Updates:

  1. Added scrollbar.
  2. Sets automatically the default font of editor in "Set font" Top level app.
  3. Webbrowser support.

Preview

Main:
2023-01-08 12_23_57-Window

Set font:
2023-01-07 20_58_20- Noname  - MyNoteBook

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.

Turn the project into .exe

Install pyinstaller using command prompt:

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:

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.