Skip to main content

Home and financial accounting system

Project description

What is Xulpymoney
==================
Desktop app to manage personal and financial contability

License
=======
GPL-3

Links
=====

Source code & Development:
* https://github.com/Turulomio/xulpymoney

Doxygen documentation:
* http://turulomio.users.sourceforge.net/doxygen/xulpymoney/

Main developer web page:
* https://github.com/Turulomio

Pypi web page:
* https://pypi.org/project/xulpymoney/

Install in Linux
================
If you use Gentoo you can find a ebuild in https://sourceforge.net/p/xulpymoney/code/HEAD/tree/myportage/app-office/xulpymoney/

If you use other distribution, you need to install PyQtChart manually. PyQtChart is not in Linux setup.py dependencies due to PyQt5 doesn't use standard setup tools. So for compatibility reasons with distributions like Gentoo, we use this additional step.

`pip install PyQtChart`

`pip install xulpymoney`

Install in Windows as a python module
=====================================
You need to install Python from https://www.python.org and add it to the PATH

You must open a console with Administrator privileges and type:

`pip install xulpymoney`

If you want to create a Desktop shortcut to launch Xulpymoney you must write:

`xulpymoney.exe --shortcuts-create`

If you want to delete that Desktop shortcut you can write:

`xulpymoney.exe --shortcuts-remove`

Install in Windows as a standalone application
==============================================
You need to download xulpymoney-X.X.X.exe from github release

Just execute it

Dependencies
============
* https://www.python.org/, as the main programming language.
* https://pypi.org/project/colorama/, to give console colors.
* http://initd.org/psycopg/, to access PostgreSQL database.
* https://pypi.org/project/PyQt5/, as the main library.
* https://pypi.org/project/pytz/, to work with timezones.
* https://pypi.org/project/officegenerator/, to work with LibreOffice and Microsoft Office documents.
* https://pypi.org/project/PyQtChart/, to work with charts.
* https://pypi.org/project/pywin32/, to create shortcuts.

Changelog
=========
0.5.0
* Solved several bugs
* Added setup.py pyinstaller to generate one standalone exe to distribute in Windows

0.4.0
* Xulpymoney is now a gui_script.
* You can create shortcuts with xulpymoney --shortcuts-create
* Removed old installation system in Windows. Added Windows installation instructions in README

0.3.0
* Added platform dependent dependencies

0.2.0
* Fixed a lot of bugs
* Now products update is made from products.xlsx on internet
* Create product.needStatus to load necessary quotes automatically
* Added python-stdnum dependency to validate ISIN code
* Updated and added several products

0.1.1
* Added missing files to MANIFEST.in

0.1.0
* * Migration from Sourceforge
* Changed code to python package

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

xulpymoney-0.5.0.tar.gz (7.1 MB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page