there is also avalaible in gitlab.
python main.py
This project has been deprecated in favor of 'nlof' and will soon be awailable on my GitHub and Gitlab.
A brief description of your project, what it does, and its purpose.
A personal application for managing daily tasks such as watching movies, reading books, creating to-do lists and other similar activities.
I highly recommend setting up a Python virtual environment.
- Ubuntu/Debian:
sudo apt-get install python3-virtualenv
- Redhat/Fedora:
sudo dnf install python3-virtualenv
- Arch:
sudo pacman -Syu python-virtualenv
- Clone the repo:
git clone https://github.com/mahdi155000/lof.git cd lof
- Create a environment:
python3 -m virtualenv .env
source ./.env/bin/activate
pip install -r requirement.txt
- Run the main file:
pyhton3 main.py
- Make an issue
- email me at mahdi155000@gmail.com