Simple stock viewer program.
To install the package from PyPI, follow the instructions below:
pip install --upgrade stock_viewerExecute which stock-viewer to see where it was installed, probably in /home/USERNAME/.local/bin/stock-viewer.
To start, use the command below:
stock-viewerThe program needs a *.stocks.json file in this format:
{
"KLBN4.SA": {
"average_price": 4.16,
"quantity": 9,
"category": [
"Sales"
]
},
"ALUP4.SA": {
"average_price": 9.42,
"quantity": 8,
"category": [
"Finance"
]
},
"CPFE3.SA": {
"average_price": 30.25,
"quantity": 10,
"category": [
"Energy"
]
}
}
If you want more information go to doc directory
If you find this tool useful and would like to support its development, you can buy me a coffee!
Your donations help keep the project running and improve future updates.
This project is licensed under the GPL license. See the LICENSE file for more details.
