Skip to content

umarhasyimas/Pot_O-Note-Pad

Repository files navigation

Pot_O-Note-Pad - a simple Notepad replacement written in Python

Pot_O-Note-Pad is a simple text editor built using Python 3.12, PyQt5, and QScintilla.

ko-fi

Features

  • Standard Notepad Function
  • Change Font
  • Lexers feature for Python, Javascript, HTML, CSS.
  • Fold and unfold code
  • Wrap text
  • User-friendly GUI
  • Comprehensive About section with license information

Screenshots

Screenshot

Dependencies

To run Pot_O-Note-Pad, you need to install the following dependencies:

  • Python 3.12
  • PyQt5
  • QScintilla

You can install these dependencies using pip:

pip install PyQt5 QScintilla

Running the Software

To run Pot_O-Note-Pad, clone the repository:

git clone https://github.com/umarhasyimas/Pot_O-Note-Pad.git
cd Pot_O_Note_Pad_v0.0.1-beta.py

Then, execute the main Python script:

python Pot_O_Note_Pad_v0.0.1-beta.py

Compiling the Software

To compile Pot_O-Note-Pad into a standalone executable, you can use PyInstaller. First, install PyInstaller if you haven't already:

pip install pyinstaller

Navigate to the directory containing your Pot_O-Note-Pad scripts and run PyInstaller:

pyinstaller --onefile Pot_O_Note_Pad_v0.0.1-beta.py

This will create a dist directory containing the standalone executable.

Example

For example, assuming your main script is Pot_O_Note_Pad_v0.0.1-beta.py, the command to compile it with PyInstaller would be:

pyinstaller --onefile Pot_O_Note_Pad_v0.0.1-beta.py

Note

  • If you want to help for developing this software, feel free.
  • If you feel this code is useful for you, kindly help with donate. Your donation really bring different to the development of this software.

About

Repository code for Pot-O Note Pad

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published