Giter Site home page Giter Site logo

albanobattistella / open-numismat Goto Github PK

View Code? Open in Web Editor NEW

This project forked from opennumismat/open-numismat

0.0 0.0 0.0 24.97 MB

OpenNumismat, is intended primarily for registering a collection of coins. But it is also suitable for other types of collectibles - stamps, postcards, badges and more exotic things.

Home Page: http://opennumismat.github.io/

License: GNU General Public License v3.0

Python 89.17% CSS 2.83% HTML 5.44% Inno Setup 2.15% Rich Text Format 0.41%

open-numismat's Introduction

CodeFactor GitHub release GitHub all releases GitHub release (latest by date) GitHub commits since latest release (by date) GitHub commit activity GitHub license

OpenNumismat

http://opennumismat.github.io/

OpenNumismat, is intended primarily for registering a collection of coins. But it is also suitable for other types of collectibles - stamps, postcards, badges and more exotic things.

Since all components are cross-platform, then OpenNumismat has builds for Windows, Linux (Debian/Ubuntu), macOS.

Main window

Requirements

Main Windows version based on:

  • Python 3.4.4
  • PyQt5 5.5.1
  • Jinja2 2.10 (for reports)
  • Matplotlib 2.1.0 (for statistics)
  • xlwt 1.3.0 (for exporting to Excel)
  • pywin32-219 (for saving report as Word Document)
  • lxml 3.4.1 (for importing from Tellico)
  • xlrd 1.2.0 (for importing from Excel)
  • python-dateutil 2.8.2 (for importing from Excel)
  • cx_Freeze 4.3.4 (for deploy)
  • Inno Setup 5.6.1 (for deploy)

macOS version based on MacPorts:

  • py36-pyqt5 +webkit
  • py36-lxml
  • py36-xlrd
  • py36-xlwt
  • py36-dateutil
  • py36-jinja2
  • py36-cx_Freeze (for deploy)

Debian/Ubuntu version depends on following packages:

  • python3
  • python3-pyqt5
  • python3-pyqt5.qtsql
  • libqt5sql5-sqlite
  • python3-pyqt5.qtwebkit
  • python3-jinja2
  • python3-matplotlib
  • python3-numpy
  • python3-lxml
  • python3-xlrd
  • python3-dateutil
  • python3-xlwt (suggests)
  • python3-pyqt5.webengine (suggests)

For running from source code and development requirements can be installed like so: pip3 install -r requirements.txt

Building

Befor building installation package may be necessary:

  • compile resorces with: pyrcc5.exe -no-compress resources.qrc -o OpenNumismat/resources.py
  • compile translations file with: python3 tools/i18n.py
  • create OpenNumismat/private_keys.py with content: MAPS_API_KEY = '<your Google API key>'

For Windows

pip3 install cx_Freeze
"C:\Python34\python.exe" setup.py build_exe
"C:\Program Files (x86)\Inno Setup 5\ISCC.exe" tools\setup.iss

For Windows x64

pip3 install pyinstaller
SET PYTHONOPTIMIZE=1
pyinstaller --clean --noconfirm open-numismat.spec
"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" tools\setup-win64.iss

For Windows portable version

pip3 install cx_Freeze
SET PORTABLE=YES
"C:\Python34\python.exe" setup.py build_exe

For macOS

python3 setup.py bdist_mac
cd build
mkdir vol
VERSION=$(grep Version ../OpenNumismat/version.py | grep -o -E "\d+.\d+.\d+")
mv OpenNumismat-$VERSION.app vol/OpenNumismat.app
ln -s /Applications vol/Applications
hdiutil create OpenNumismat-$VERSION.dmg -volname "OpenNumismat-$VERSION" -srcfolder vol -fs HFS+ -size 500m -format UDZO

For Linux

sudo apt-get install devscripts debhelper python3-setuptools dh-python
debuild

open-numismat's People

Contributors

janisv avatar ivanmamontov avatar albanobattistella avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.