title |
---|
todoproject |
- gh auth login
- git remote add origin https://github.com/exampleuser/todoproject.git
- git add +++++.py
- git commit -m "For example: Initial commi"
- git push -u origin main
> - python3 -m venv myenv
> - source myenv/bin/activate
> - deactivate
pyinstaller --onefile ****.py
sudo mv dist/todo /usr/local/bin/
todo add "*******"
todo list
todo done 1