A simple todo app, using flet framework in python.
- Clone the repo or download zip.
- Open terminal in the cloned or extracted directory.
- Run the following commands:
- Creating virtual environment:
python -m venv .env
- Activating the environment:
.env\Scripts\activate
('.env' appears at the start of prompt) - Installing required packages:
pip install -r requirements.txt
- Running the app:
python main.py
- Deactivating the environment:
deactivate
The following versioning scheme is used:
[major].[bugfix].[minor]
In case of any issues in the app, straight create an issue. PRs are welcome.
The good ol' MIT license.
Attribution and credits are required.
If you like this app, please consider buying me a coffee! Your support means great to me! 🤍