-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.md~
executable file
·54 lines (36 loc) · 1.67 KB
/
README.md~
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
GROM
version: 0.6.5
GROM is a GROMACS(mdp,itp,top) files with Syntax Highlighting and PDB Editor wtih visual cues in one package based on Qt5,PyQt5 and Python3. It's GPL licensed!(See LICENSE)
Dependencies
Python >= 3.0 (or Python3)
PyQt >= 5.0
License
GPLv3+ (GPLv3 or any other version later published by FSF at your option)
Screenshots:
![Alt text](/screenshots/screen1.png?raw=true "Screen 1")
![Alt text](/screenshots/screen2.png?raw=true "Screen 2")
![Alt text](/screenshots/screen7.png?raw=true "Screen 7")
![Alt text](/screenshots/screen8.png?raw=true "Screen 8")
![Alt text](/screenshots/screen9.png?raw=true "Screen 9")
![Alt text](/screenshots/screen3.png?raw=true "Screen 3")
![Alt text](/screenshots/screen4.png?raw=true "Screen 4")
![Alt text](/screenshots/screen5.png?raw=true "Screen 5")
![Alt text](/screenshots/screen6.png?raw=true "Screen 6")
![Alt text](/screenshots/screen10.png?raw=true "Screen 10")
![Alt text](/screenshots/screen11.png?raw=true "Screen 11")
![Alt text](/screenshots/screen12.png?raw=true "Screen 12")
Before you run it:
Please Install Qt5, Pyqt5 and Python3:
On Ubuntu:
sudo apt-get install build-essential
sudo apt-get install python3
sudo apt-get install qt5-default qttools5-dev-tools
sudo apt-get install python3-pyqt5
sudo apt-get install libqt5webkit5
sudo apt-get install python3-pyqt5.qtwebkit
sudo apt-get install python3-pip #Install pip
sudo pip3 install pyenchant # For spelling Suggestion of Parameters
And run it:
.. code:: bash
$ python3 GROM.py
Author:2014 by Hovakim Grabski([email protected],[email protected])