Friday, December 17, 2010

Studies, you said?!

Studiz is a simple, yet powerful solution to help you organize your studies.
It is an alternative for people using the general-purpose Microsoft office suite for their in-class note-taking needs.
The App supports the core features that every student would want, (i know i do since i wrote the app for my own needs ) such as sharing lecture notes with other students, exporting lectures to a print-friendly PDF format, a TO-DO task list, a Schedule.

Application Features :

  • add / delete Courses
  • add / delete Lecture notes
  • lecture reviews system and counter
  • save notes to the database
  • export and import lecture notes
  • export lectures in the PDF format
  • a To-do task list with a notification Icon
  • a Schedule Table with an import / export CSV function
  • a rich text editor with a search function
  • Statistics


The app is written with the Python Programming Language, PyQt GUI Framework, SQlite as an embedded rdbmsusing and usingf Eclipse / PyDev as the IDE.
It's as usual Open source, under the GNU GPLv3 license, source code can be found at the Git Repository https://github.com/redouane/Studiz/



Demo / Overview Video :



Download Link:
Studiz 1.0 for Windows : https://github.com/downloads/redouane/Studiz/Studiz-1.0-setup.exe

That's it, enjoy the app and stay tuned for some Chrome extensions action!

6 comments:

  1. This comment has been removed by the author.

    ReplyDelete
  2. thanks martani, as for shortcuts, i only implemented ctrl+s for saving the lecture and ctrl + e for exporting as pdf (both in edit mode).

    ReplyDelete
  3. Can you send me the source mate :p ,idrissdev@gmail.com

    ReplyDelete
  4. source code can be found at the git repository as stated above
    https://github.com/redouane/Studiz/

    ReplyDelete
  5. on Linux:

    Traceback (most recent call last):
    File "Studiz.py", line 13, in
    from Main import Main
    File "/home/Boubakr/Development/Studiz/Main.py", line 15, in
    from Courses import Courses
    File "/home/Boubakr/Development/Studiz/Courses.py", line 11, in
    from os import startfile
    ImportError: cannot import name startfile

    ReplyDelete
  6. This is a message, not a comment: http://istudentpro.com/
    I'm working on app like it, but with GTK+

    ReplyDelete