I created an example project on my Github to showcase Jinja2 capabilities with pure Python. The resource below, is a continuation from the earlier post related to Python and Flask.
https://github.com/postman721/Jinja2-templating-with-Python3
I created an example project on my Github to showcase Jinja2 capabilities with pure Python. The resource below, is a continuation from the earlier post related to Python and Flask.
https://github.com/postman721/Jinja2-templating-with-Python3
Here is an example api using Python’s flask-restful and Jinja2 templating engine.
The code and documentation (with screenshots) is available on my Github:
Here is a Pyqt5 panel that shows opened windows.
Written with less than 50 lines of code for Linux.
Notice. This panel is meant to be transparent. Install xcompmgr, compiz etc.
License: PanelX v.0.1 Copyright (c) 2020 JJ Posti
This program comes with ABSOLUTELY NO WARRANTY
For details see: http://www.gnu.org/copyleft/gpl.html.
This is free software, and you are welcome to redistribute it under GPL Version 2, June 1991″)
Dependencies(packages may be different depending on distribution):
sudo apt-get install -y xcompmgr python3-pyqt5 python3-wnck python3-gi gir1.2-wnck-3.0
To get transparency running do something like this on your startup scripts:
xcompmgr &
To run the actual panel on the background:
python panelx.py &
Get the the program from its Github page: https://github.com/postman721/PanelX
Changes in this version:
Program’s outlook is redesigned.
Full Keypad/Keypress support is added.
Notice: Back key is Space. Return key is equals.
If your keys do not seem to work, click the display part of the calculator to remedy the issue.
Also make sure that you have numlock enabled if you are using a keypad.
The source code is available on the project’s Github page: