Skip to content

EduardYan/python-notes-app

Repository files navigation

Python Notes App.

This is a small web application maked with flask-python for add notes easily and quickly.

Dependencies.

You can create a virtual enviroment and install the dependencies with the requirements file, executing:

$ pip3 install -r requirements.txt

Run.

For run the app we placed in the project folder and execute:

$ python3 index.py

Or:

$ python3 -m index

Screenshot.

About

This is a small notes web app, with python and flask microframework. Using sqlite3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published