zicokuo / smartNote

一款采用Pyhton+Flet技术方案的应用开发脚手架

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartNote

v 0.1.0 MIT

一款采用flet框架进行开发的本地个人笔记桌面应用

开发

项目采用了 Poetry 作为依赖管理环境进行开发;

# 安装 poetry
pip install poetry

# 修改poetry 默认配置(仅第一次)
poetry config virtualenvs.create true
poetry config virtualenvs.in-project true

# 安装项目依赖
poetry install

About

一款采用Pyhton+Flet技术方案的应用开发脚手架

License:MIT License


Languages

Language:Python 86.8%Language:Shell 13.2%