Releases: egwolk/python-txt-file-management
Releases · egwolk/python-txt-file-management
Text File Manager
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
.txtfiles - 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
- Download
Text File Manager.exe - 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
- Run the executable
- Select option
[2]to create your first file - Enter a filename (e.g.,
notes) - Enter your content (type
ENDon a new line when finished) - Use option
[1]to read your file back
License
This project is for educational purposes.
Links
Built with: Python 3.10+ and PyInstaller