Skip to content

Releases: egwolk/python-txt-file-management

Text File Manager

25 Feb 12:02

Choose a tag to compare

Text File Manager v1

A standalone Windows executable for managing text files through an interactive command-line interface.

What's Included

  • Text File Manager.exe - Standalone Windows executable, no Python installation required

Features

  • Read files: View the contents of existing .txt files
  • Create files: Write new text files with multi-line content
  • Append data: Add content to existing files
  • Rename files: Change file names
  • Delete files: Remove files from the system
  • Built-in documentation: View program documentation directly from the interface

Installation & Usage

Windows

  1. Download Text File Manager.exe
  2. Double-click to run, or open Command Prompt and run:
    "Text File Manager.exe"

System Requirements

  • Windows 10 or later (64-bit recommended)

Known Issues

  • None reported in this version

Notes

  • The executable runs independently without requiring Python installation
  • All operations are performed in the directory where the executable is located
  • Files created/modified will be saved in the same directory as the executable

Quick Start

  1. Run the executable
  2. Select option [2] to create your first file
  3. Enter a filename (e.g., notes)
  4. Enter your content (type END on a new line when finished)
  5. Use option [1] to read your file back

License

This project is for educational purposes.

Links


Built with: Python 3.10+ and PyInstaller