A little software for quick acces to your contact.
Find a file
2018-09-08 16:34:31 +00:00
img Transférer les fichiers vers 'img' 2018-09-08 16:18:12 +00:00
LICENSE Initial commit 2018-09-08 15:53:49 +00:00
main.py Migration github 2018-09-08 15:55:11 +00:00
README.md Transférer les fichiers vers '' 2018-09-08 16:34:31 +00:00
requirements.txt Migration github 2018-09-08 15:55:11 +00:00
setup.py Migration github 2018-09-08 15:55:11 +00:00

Open-Rolodex

English:

A little software for quick acces to your contact

The current design responds to a specific need. Do not expect something flexible. :)

Potentially more complicated than necessary, but it comes from a first exploration of python

Make for windows.

main.py : Start the application

setup.py: used by cx_Freeze to create a standalone executable file for windows

List of Dependencies:

(install with 'pip install mypackage')

  • lxml
  • Pillow

optionnal:

  • cx_Freeze (to create a standalone executable(exe) file)

In case of a standalone executable

You need to install Redistribuable Visual C++ pour Visual Studio 2015. You should find it here (x86 or x64, depend of your version of python and the setup. Test was with a x86)

Français:

Un petit logiciel pour accéder rapidement a vos contacts sur votre bureau. Le design du logiciel répond a des besoin préscis. N'esperer pas quelque chose de flexible. :)

La partie code est probablement plus compliqué que nécéssaire, mais c'est un projet d'exploration de Python, le but etait donc de toucher a tout, pas d'optimiser.

Fait pour une utilisation sous windows.

main.py : Lance l'application

setup.py: Utilisé par cx_Freeze pour compiler un fichier executable autonome pourwindows.

Liste des dépendances:

(à installer avec 'pip install mypackage')

  • lxml
  • Pillow

optionnel:

  • cx_Freeze (Pour creer une executable(exe) autonome pour windows)

En cas d'utilisation de l'executable sous Windows

Vous devez installer Redistribuable Visual C++ pour Visual Studio 2015. Vous devriez le trouver ICI (x86 or x64, depend of your version of python and the setup. Test was with a x86)