I'm developing a list manager

slash 053580c56d udp hace 4 años
defaultConfigs 0dd84bc7d0 udp hace 4 años
.gitignore 2b56048524 upd hace 4 años
README.md 053580c56d udp hace 4 años
SLM.py 2b56048524 upd hace 4 años
requirements.txt a7b5de2ba8 requirements file hace 4 años
setup.py 5f45946c7c udp hace 4 años
toProject.png 57a7a12694 udp hace 4 años
userConfig.json 3ce644c746 User config file hace 4 años

README.md

Simple list manager

Simple list manager

Installing :

Linux(Arch/Manjaro)

git clone https://notabug.org/slashuser/SLMProject.git
cd SLMProject
pip3 install -r requirements.txt
python3 setup.py

Linux(Debian/Ubuntu)

git clone https://notabug.org/slashuser/SLMProject.git
cd SLMProject
pip3 install -r requirements.txt
python3 setup.py