Are you tired of juggling between ugly spreadsheets or dealing with shallow apps that offer confusing pie charts?
Say hello to Pulporo - the go-to for startup-minded individuals seeking clarity and control. With Pulporo, managing finances isn't just about numbers; it's about gaining true financial freedom.
Disclaimer: The image displayed represents a potential appearance and features of Pulporo. Actual app appearance and functionality may vary.
If you want to read about features Pulporo API
Python 3.12 Installation:
- Download Python 3.12 from the official Python website and follow the installation instructions for your operating system.
- Clone this project
git clone https://github.com/Zimzozaur/Pulporo-TUI
- Move to project
cd Pulporo-TUI
- Create virtual env in project directory
python -m venv venv
- Activate virtual env:
- Mac/Linux:
source venv/bin/activate
- Windows (PowerShell):
.\venv\Scripts\Activate.ps1
- Mac/Linux:
- Install dependencies from requirements.txt
pip install -r requirements.txt
- Run app in terminal - Before run Pulporo API server
python main.py
If you found an issue or would like to submit an improvement to this project, please submit an issue using the issues tab above. If you would like to submit a PR with a fix, reference the issue you created!