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!
This comment has been removed by the author.
ReplyDeletethanks martani, as for shortcuts, i only implemented ctrl+s for saving the lecture and ctrl + e for exporting as pdf (both in edit mode).
ReplyDeleteCan you send me the source mate :p ,idrissdev@gmail.com
ReplyDeletesource code can be found at the git repository as stated above
ReplyDeletehttps://github.com/redouane/Studiz/
on Linux:
ReplyDeleteTraceback (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
This is a message, not a comment: http://istudentpro.com/
ReplyDeleteI'm working on app like it, but with GTK+