Skip to content

Files

Latest commit

80155af · Jan 11, 2025

History

History
24 lines (21 loc) · 909 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 909 Bytes

addcifs

About

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.

WARNING

The SMB credentials file that it is built to work with stores credentials in plain text. Use at your own risk.

Images

image image

Install

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

Note

Everything has tooltips, everything is meant to be simple.