A minimalist Windows application to edit audio device friendly names with a dark-themed interface.
- List all connected audio devices
- Edit device friendly names
- Dark mode interface
- Clean and simple design
- Mouse wheel scrolling support
- Windows OS
- Python 3.x (for the .py file only)
- Administrator privileges (required to edit device names)
- Clone this repository:
git clone https://github.com/EmanuelLopesS2/soundfriendlynameeditor
- Install requirements (python only)
pip install -r requirements.txt
- Execute main.py
python.exe main.py
- Or, just straight up execute Powershell in an Admin Terminal
.\main.ps1
- Launch the application (it will automatically request administrator privileges)
- The application will display a list of all parent devices connected to your computer
- Select a device from the list
- Enter the new name in the text box
- Click "Confirm" to apply the changes (python). Or press Enter to confirm (Powershell)
- Restart Windows
- Built with Python, Tkinter and Powershell
- Uses PowerShell commands to interact with Windows device management
- Requires administrator privileges to modify device names
- Custom dark theme implementation
- Minimalist design with no unnecessary UI elements
- Windows only
- Requires restart to apply changes
- Must be run with administrator privileges
- Inspired by the need for a simple audio device name editor because I couldn't find any other that was simple and easy to use. And because Warframe is weird to mess with the audio device names when you have multiple from the same manufacturer.