Skip to content

ThreeTheOG/addcifs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages