Little Textbox is a lightweight and simple text editor that stays always on top of other windows, offering essential text editing functionality. This tool is designed for quick, efficient text input with customizable key commands and a user-friendly interface. Whether you need a simple sticky note or a temporary workspace for your thoughts, Little Textbox provides just the right functionality.
- Always on top: The textbox stays on top of other open windows for easy access.
- Alt+Drag: You can move the window around by holding the
Alt
key while dragging. - Window Resize: Resize the window by dragging the bottom-right corner.
- Text Resize: Increase or decrease the text size with
Ctrl+
orCtrl-
respectively. - Undo and Redo: Use
Ctrl+Z
for undo andCtrl+Y
for redo. - File Operations:
Ctrl+N
for a new file.Ctrl+O
for opening an existing file.Ctrl+S
to save the current file.
You can directly download the EXE file and use it without any additional setup. Just run the EXE file and start using the features right away.
You can download the Python (PY) file and run it using Python 3.8 or later, with the keyboard library pre-installed. This allows you to modify the code to suit your needs.
- Download the EXE file.
- Double-click to run the program.
- Use the
Alt
key for window dragging and theCtrl
keys for text and file operations.
- Ensure you have Python 3.8+ installed on your machine.
- Install the
keyboard
extension:pip install keyboard
- Download the Python (PY) file.
- Run the script:
python textbox.py