Skip to content

Epic233-officiale/little-textbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Little Textbox

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.

Features

  • 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+ or Ctrl- respectively.
  • Undo and Redo: Use Ctrl+Z for undo and Ctrl+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.

Direct Use

For Windows 7+ Users:

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.

For Developers or Advanced Users:

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.

Installation Instructions

Windows 7+ (EXE Version):

  1. Download the EXE file.
  2. Double-click to run the program.
  3. Use the Alt key for window dragging and the Ctrl keys for text and file operations.

Python Version:

  1. Ensure you have Python 3.8+ installed on your machine.
  2. Install the keyboard extension:
    pip install keyboard
  3. Download the Python (PY) file.
  4. Run the script:
    python textbox.py

About

simple textbox that has some basic functionalities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages