Skip to content

UtilityNotes/UiNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UiNotes

The app of UiNotes

  • Currently a WIP (Work In Progress)
  • Currently only made for Linux, Makefile should work on Ubuntu systems

Dependencies (Libraries)

  • Python 3
  • GTK+ 3.0
  • WebKit2GTK+
  • Boost

You will also need any libraries required by the above libraries

Installing Dpendencies

Linux

Ubuntu
# Python3 should be installed by default; if not, a google search will show you the best way to get it
# GTK+ 3.0 should already be installed on Ubuntu; if not, a google search will show you the best way to get it
$ sudo apt-get install libwebkit2gtk-4.0-dev
$ sudo apt-get install libboost-dev

Planned features coming soon

  • Open up any file
    • Clean up the code for this
  • Create a home menu for the app
  • Python access to DOM
    • Clean up the code for this
    • Python can store values from JS
      • Numbers
      • Booleans
      • Arrays
      • Functions
      • Objects

Planned features coming eventually

  • Easy cross-platform compiling for Linux (Ubuntu), Windows, and MacOS
  • Make Python feel like Python instead of just a function that runs javascript