Guide To Autostart Aihawk
Guide To Autostart Aihawk
Step 1- Open the below file in visual studio code and make the default resume format
“myenv\Lib\site-packages\lib_resume_builder_AIHawk\manager_facade.py”
Step 2 – modify the prompt_user function as shown in the below image:
If you need any other format other than first one change the number with the respective digit starting
with 0
Step 3 – Copy the below code in a new text document and place it anywhere you like and save it with
an extension (.bat)
@echo off
:: Step 1 - Prompt the user for the path to the Python virtual environment
set /p venv_path="Enter the path to your Python virtual environment: "
:: End
echo Script setup complete.
pause
Step 4 – Run the script once it will prompt for the virtual environment path and your main.py file
provide the follow the image below :
Step 5 – It will open the bot if you need run it else close it, It will save a file named as saved_paths.txt
where the paths of the virtual environment and directory of main.py will be saved
Step 6 – The bot will be added to the start up folder once you run this
That’s it enjoy running the script and AiHawk