I'm developing a list manager

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

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