A
A
alex_devPY2018-10-27 17:45:53
User interface
alex_devPY, 2018-10-27 17:45:53

How to make an interface for Windows?

Hello.
There is a site: python django - engine, postgresql - for storing text (video file names, descriptions, etc.), html + css - appearance.
The site is a simple analogue of youtube. Users watch videos, search for videos through search. Content is updated by the admin.
videos-future.jpg
There was a task to make the local interface of the site (site engine, html). That is, the user installs the program on a computer with Windows 7+, the user sees the same content as on the site. Can also use search and watch videos.
The program is an offline copy of the site. Video files are supposed to be stored on a remote server.
By analogy with the Zona program for watching movies.
zone-programm.png
The postgres database can be replaced by sqlite3.
On what to write the rest of the interface? taking into account the fact that the amount of content is always replenished.
I thought about the idea of ​​just making a local copy of the site (localhost:8000). But it will be difficult for the user to install Python, Django, etc. on their computer.
Thanks in advance for your replies!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Adamos, 2018-10-27
@alex_devPY

You also need to consider how often you will have to redo the interface after the site.
Therefore, cross out C ++, Sharp, Delphi and other normal languages ​​​​in which you manage to rewrite the browser yourself, and read what Electron is.

X
xmoonlight, 2018-10-27
@xmoonlight

https://nwjs.io/

NW.js is a JavaScript framework developed under the auspices of Intel. Allows you to create cross-platform desktop applications for Windows, MacOS and Linux using web technologies based on Node.js and V8

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question