pyluca
A python Double Entry Accounting library
File Explorer
Download Latest Version (.zip)- python-app.yml
- CODEOWNERS
- personal_finance.py
- account_config.rst
- accountant.rst
- action.rst
- aging.rst
- amount_counter.rst
- balances.rst
- conf.py
- event.rst
- get_balances.rst
- get_started.rst
- index.rst
- journal.rst
- ledger.rst
- make.bat
- Makefile
- misc.rst
- modules.rst
- pass_journal_entries.rst
- setup_accounting_config.rst
- setup_chart_of_accounts.rst
- setup_events.rst
- test_accountant.py
- test_action.py
- test_aging.py
- test_amount_counter.py
- test_journal.py
- test_ledger.py
- account_config.py
- accountant.py
- action.py
- aging.py
- amount_counter.py
- balances.py
- event.py
- journal.py
- ledger.py
- recon.py
- .gitignore
- dev-requirements.txt
- LICENSE
- README.md
- requirements.txt
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/datasignstech/pyluca
Downloads the entire project code from GitHub to your computer.
cd pyluca
Moves into the project folder you just downloaded.
2. Python
Easy RecommendedPrerequisites
pip install -r requirements.txt
Installs the Python libraries listed in requirements.txt (or similar).
python <μ€νν νμΌλͺ
>.py # READMEμμ μ νν μ€ν νμΌλͺ
μ νμΈνμΈμ
Runs the Python script (or module).
If it runs without errors and prints output in the terminal, it worked.
// repository documentation
Was this content helpful?
(0 ratings)
