Modern GUI PyDracula PySide6 or PyQt6

🎁 //// DONATE //// This interface is free for any use, but if you are going to use it commercially, consider helping to maintain this project and others with a donation by Gumroado at the link above. This helps to keep this and other projects active. Warning: this project was created using PySide6 and Python 3.9, using previous versions can cause compatibility problems. Presentation and tutorial video with the main functions of the user interface. 🔗 https://youtu.be/9DnaHg4M_AM Qt Widgets is […]

Read more

Linux GUI app to codon optimize many single-fasta files with coding sequences , using many taxonomy ids

Linux GUI app to codon optimize many single-fasta files with coding sequences, using many taxonomy ids Depedences linux OS (tested on ubuntu 20.04 LTS) python 3.8.2 or later anaconda or miniconda Gooey conda install -c conda-forge gooey(if you get errors during installation or runtime try installing gtk sudo apt-get install libgtk-3-dev) biopython pip install biopython pandas pip install pandas dnachisel pip install dnachisel linux desktop app installation open a linux text editor and edit in the python file the shebang […]

Read more

A simple GUI complex backend Chat Application made using python

Python Chat Application ( Please Star this if you like this or have used this . It’s free 🙂 ) Table of Contents ChatterPatter is a simple GUI based chat application which includes both SERVER AND CLIENT scirpts in same application. Simple in front , complex in back . So complex that even the developer fears going through it again and again.Developed solely on Python. Python Libraries and Modules Used Sockets Threading Tkinter (Tabs , Listbox , Labels , Entry […]

Read more

Function Plotter: a simple application with GUI to plot mathematical functions

Function Plotter is a simple application with GUI to plot mathematical functions. User enter a function and its boundaries and the application plot the function. Application can only draw polynomial functions in which only these operators in the fucntion are allowed: + – * / ^ (where ^ is the power operator). Prerequisites python is needed to be installed on the device. In addition, install these libraries: PyQt5, matplotlib, and numpy using: pip install [library name] How to Run run […]

Read more

GUI for visualization and interactive editing of SMPL-family body models ie. SMPL, SMPL-X, MANO, FLAME

Introduction This is a simple Open3D-based GUI for SMPL-family body models. This GUI lets youplay with the shape, expression, and pose parameters of SMPL, SMPL-X, MANO, FLAMEbody models. Features include: Interactive editing of shape, expression, pose parameters 01_model_editing.mp4 Visualize body model joints and joint names 02_visualize_joints.mp4 Simple IK solver to match an input pose 03_simple_ik.mp4 Save edited model parameters 04_save_params.mp4 05_viewing.mp4

Read more

A scuffed remake of Kahoot

A scuffed remake of Kahoot…Made by Y9 and Y10 SHSB Tobiloba Kujore (creator) – joined 09/11 Daniel Eldridge (questions) – joined 09/11 Sam Booker (#signal sockets) [@suchasaltylemon] – joined 09/11 SERVER v1.0.1: Server and class structure implemented. v1.0.2: Small fixes and changes. Inheritance added, with 3 question types. v1.0.3: CLIENT GUI for client side set to be added in v1.1 (tkinter pending) Add features when making a server (customisable) GitHub View Github    

Read more

Signin/Signup GUI form using tkinter in python

Hello there, I am Shahid and this is the Signin/Signup GUI form using tkinter in python if you want to use avatar images then paste the image to any folder and copy the path paste the image-file path in that line of code where I have clearly specified in the program Here are some preview of the program Register New User Sign In GitHub View Github    

Read more
1 2 3 4