A zero dependency Python CLI tool to quickly analyze your finances and help with budgeting.
Hit the subscribe button to receive more videos like this!
REFERENCE LINKS
---------------------------------------------------
► https://nickjanetakis.com/blog/plutus-is-a-command-line-income-and-expense-tracker
► https://github.com/nickjj/plutus
COURSES
---------------------------------------------------
Courses I've created that focus on web dev and deployment topics.
► https://nickjanetakis.com/courses
THE TOOLS I USE / GEAR
---------------------------------------------------
► https://nickjanetakis.com/blog/the-tools-i-use
FOLLOW ME ELSEWHERE
---------------------------------------------------
► Twitter: https://twitter.com/nickjanetakis
► GitHub: https://github.com/nickjj
TIMESTAMPS
---------------------------------------------------
0:00 -- Intro
1:21 -- Who is this tool made for?
4:16 -- Installation
4:36 -- Getting started
7:29 -- Showing your data and how it's structured
10:26 -- Filtering with any regular expression
12:34 -- Showing the raw CSV file
13:36 -- Sorting by different columns
14:26 -- Summary reports, grouped by different columns
16:54 -- More advanced filtering
18:18 -- Viewing and editing a few config options
20:27 -- Currency symbols use your system's locale
22:03 -- Inserting new items directly in the CSV file
24:43 -- Interactively inserting new items
29:26 -- Linting items
35:52 -- Customizing what's an income vs expense
36:38 -- Seamless upgrades with config changes
38:06 -- The info command has tips and examples
39:53 -- Running benchmarks
44:32 -- Skimming the readme file