Addcifs is a python tkinter project built to add CIFS shares to systems quickly. I have built/tested it on hyprland arch linux so I don't know compatibility with other systems.
The SMB credentials file that it is built to work with stores credentials in plain text. Use at your own risk.
git clone https://github.com/ThreeTheOG/addcifs.git
cd addcifs
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r requirnments.txt
deactivate
Edit the shabang at the top of the file to reflect your VENV python interpreter. (Ex: #!/home/mt/Desktop/addcifs/venv/bin/python3
)
Run ./addcifs.py
Everything has tooltips, everything is meant to be simple.