SkillAgentSearch skills...

Tradingjournal

A simple trade journal app built with Python Flask.

Install / Use

/learn @mransbro/Tradingjournal
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Trading journal

A simple trade journal app built with Python Flask.

home

Installation

Make sure you have the following prereqs:

  1. Python >= 3.11
  2. Pip
  3. Git

Installing the app is easy:

  1. Clone the repository in the directory you wish: git clone https://github.com/mransbro/tradingjournal.git
  2. Enter the tradingjournal directory. (cd tradingjournal)
  3. Install requirements: pip install -r requirements.txt
  4. Run the app: python3 run.py.
  5. For production use gunicron gunicorn -w 4 "app:init_app()"

Want to try it out

Demo running on Render

Roadmap

  • Error handling
  • Tests
  • Reduce number of packages

Built with

Related Skills

View on GitHub
GitHub Stars50
CategoryDevelopment
Updated5d ago
Forks19

Languages

Python

Security Score

85/100

Audited on Mar 21, 2026

No findings