❗ UPDATE: Now its possible to setup SSH and WI-FI while writing a new image pressing "CRTL + SHIFT + x" in the main menu of "Raspberry Pi Imager" APP
This app was created to easily configurate new writen Raspberry Pi SD card images.
- Creates a new SSH file that enables connection via SSH on port 22.
- Setup a wi-fi connection creating proper configuration file with SSID and Password informed by the user.
Important:
- The app will not validate the device or anything typed when applying the configuration
- Only works in windows machines
- Tested with Raspberry Pi OS using Windows 10 version 20H2
- Install Python 3.6+ on your machine
- Execute:
source ENV/bin/activate
- Execute:
pip install -r requirements.txt
- Execute:
python main.py
Alternatively you can generate a executable file with PyInstaller (recommended)
- After installing requirements.txt execute the command
pyinstaller --onefile main.py
If you need to configure your Pi as an access point I highly recomend checking out my friend's repository raspap