not1mm 23.4.21__tar.gz → 23.4.21.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (170) hide show
  1. {not1mm-23.4.21 → not1mm-23.4.21.2}/PKG-INFO +26 -9
  2. {not1mm-23.4.21 → not1mm-23.4.21.2}/README.md +25 -8
  3. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/__main__.py +2 -0
  4. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/configuration.ui +246 -168
  5. not1mm-23.4.21.2/not1mm/data/phonetics/0.wav +0 -0
  6. not1mm-23.4.21.2/not1mm/data/phonetics/1.wav +0 -0
  7. not1mm-23.4.21.2/not1mm/data/phonetics/2.wav +0 -0
  8. not1mm-23.4.21.2/not1mm/data/phonetics/3.wav +0 -0
  9. not1mm-23.4.21.2/not1mm/data/phonetics/4.wav +0 -0
  10. not1mm-23.4.21.2/not1mm/data/phonetics/5.wav +0 -0
  11. not1mm-23.4.21.2/not1mm/data/phonetics/6.wav +0 -0
  12. not1mm-23.4.21.2/not1mm/data/phonetics/7.wav +0 -0
  13. not1mm-23.4.21.2/not1mm/data/phonetics/73.wav +0 -0
  14. not1mm-23.4.21.2/not1mm/data/phonetics/8.wav +0 -0
  15. not1mm-23.4.21.2/not1mm/data/phonetics/9.wav +0 -0
  16. not1mm-23.4.21.2/not1mm/data/phonetics/a.wav +0 -0
  17. not1mm-23.4.21.2/not1mm/data/phonetics/again.wav +0 -0
  18. not1mm-23.4.21.2/not1mm/data/phonetics/b.wav +0 -0
  19. not1mm-23.4.21.2/not1mm/data/phonetics/c.wav +0 -0
  20. not1mm-23.4.21.2/not1mm/data/phonetics/cq.wav +0 -0
  21. not1mm-23.4.21.2/not1mm/data/phonetics/d.wav +0 -0
  22. not1mm-23.4.21.2/not1mm/data/phonetics/e.wav +0 -0
  23. not1mm-23.4.21.2/not1mm/data/phonetics/f.wav +0 -0
  24. not1mm-23.4.21.2/not1mm/data/phonetics/g.wav +0 -0
  25. not1mm-23.4.21.2/not1mm/data/phonetics/h.wav +0 -0
  26. not1mm-23.4.21.2/not1mm/data/phonetics/i.wav +0 -0
  27. not1mm-23.4.21.2/not1mm/data/phonetics/j.wav +0 -0
  28. not1mm-23.4.21.2/not1mm/data/phonetics/k.wav +0 -0
  29. not1mm-23.4.21.2/not1mm/data/phonetics/k6gte.wav +0 -0
  30. not1mm-23.4.21.2/not1mm/data/phonetics/l.wav +0 -0
  31. not1mm-23.4.21.2/not1mm/data/phonetics/m.wav +0 -0
  32. not1mm-23.4.21.2/not1mm/data/phonetics/mynumber.wav +0 -0
  33. not1mm-23.4.21.2/not1mm/data/phonetics/n.wav +0 -0
  34. not1mm-23.4.21.2/not1mm/data/phonetics/nil.wav +0 -0
  35. not1mm-23.4.21.2/not1mm/data/phonetics/o.wav +0 -0
  36. not1mm-23.4.21.2/not1mm/data/phonetics/p.wav +0 -0
  37. not1mm-23.4.21.2/not1mm/data/phonetics/q.wav +0 -0
  38. not1mm-23.4.21.2/not1mm/data/phonetics/r.wav +0 -0
  39. not1mm-23.4.21.2/not1mm/data/phonetics/roger.wav +0 -0
  40. not1mm-23.4.21.2/not1mm/data/phonetics/s.wav +0 -0
  41. not1mm-23.4.21.2/not1mm/data/phonetics/t.wav +0 -0
  42. not1mm-23.4.21.2/not1mm/data/phonetics/thankyou.wav +0 -0
  43. not1mm-23.4.21.2/not1mm/data/phonetics/thankyouqrz.wav +0 -0
  44. not1mm-23.4.21.2/not1mm/data/phonetics/u.wav +0 -0
  45. not1mm-23.4.21.2/not1mm/data/phonetics/v.wav +0 -0
  46. not1mm-23.4.21.2/not1mm/data/phonetics/w.wav +0 -0
  47. not1mm-23.4.21.2/not1mm/data/phonetics/x.wav +0 -0
  48. not1mm-23.4.21.2/not1mm/data/phonetics/y.wav +0 -0
  49. not1mm-23.4.21.2/not1mm/data/phonetics/yourcall.wav +0 -0
  50. not1mm-23.4.21.2/not1mm/data/phonetics/z.wav +0 -0
  51. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/cat_interface.py +25 -13
  52. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/settings.py +2 -2
  53. not1mm-23.4.21.2/not1mm/lib/version.py +2 -0
  54. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/PKG-INFO +26 -9
  55. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/SOURCES.txt +1 -0
  56. {not1mm-23.4.21 → not1mm-23.4.21.2}/pyproject.toml +1 -1
  57. not1mm-23.4.21.2/testing/text2.py +17 -0
  58. not1mm-23.4.21/not1mm/data/phonetics/0.wav +0 -0
  59. not1mm-23.4.21/not1mm/data/phonetics/1.wav +0 -0
  60. not1mm-23.4.21/not1mm/data/phonetics/2.wav +0 -0
  61. not1mm-23.4.21/not1mm/data/phonetics/3.wav +0 -0
  62. not1mm-23.4.21/not1mm/data/phonetics/4.wav +0 -0
  63. not1mm-23.4.21/not1mm/data/phonetics/5.wav +0 -0
  64. not1mm-23.4.21/not1mm/data/phonetics/6.wav +0 -0
  65. not1mm-23.4.21/not1mm/data/phonetics/7.wav +0 -0
  66. not1mm-23.4.21/not1mm/data/phonetics/73.wav +0 -0
  67. not1mm-23.4.21/not1mm/data/phonetics/8.wav +0 -0
  68. not1mm-23.4.21/not1mm/data/phonetics/9.wav +0 -0
  69. not1mm-23.4.21/not1mm/data/phonetics/a.wav +0 -0
  70. not1mm-23.4.21/not1mm/data/phonetics/again.wav +0 -0
  71. not1mm-23.4.21/not1mm/data/phonetics/b.wav +0 -0
  72. not1mm-23.4.21/not1mm/data/phonetics/c.wav +0 -0
  73. not1mm-23.4.21/not1mm/data/phonetics/cq.wav +0 -0
  74. not1mm-23.4.21/not1mm/data/phonetics/d.wav +0 -0
  75. not1mm-23.4.21/not1mm/data/phonetics/e.wav +0 -0
  76. not1mm-23.4.21/not1mm/data/phonetics/f.wav +0 -0
  77. not1mm-23.4.21/not1mm/data/phonetics/g.wav +0 -0
  78. not1mm-23.4.21/not1mm/data/phonetics/h.wav +0 -0
  79. not1mm-23.4.21/not1mm/data/phonetics/i.wav +0 -0
  80. not1mm-23.4.21/not1mm/data/phonetics/j.wav +0 -0
  81. not1mm-23.4.21/not1mm/data/phonetics/k.wav +0 -0
  82. not1mm-23.4.21/not1mm/data/phonetics/l.wav +0 -0
  83. not1mm-23.4.21/not1mm/data/phonetics/m.wav +0 -0
  84. not1mm-23.4.21/not1mm/data/phonetics/mynumber.wav +0 -0
  85. not1mm-23.4.21/not1mm/data/phonetics/n.wav +0 -0
  86. not1mm-23.4.21/not1mm/data/phonetics/nil.wav +0 -0
  87. not1mm-23.4.21/not1mm/data/phonetics/o.wav +0 -0
  88. not1mm-23.4.21/not1mm/data/phonetics/p.wav +0 -0
  89. not1mm-23.4.21/not1mm/data/phonetics/q.wav +0 -0
  90. not1mm-23.4.21/not1mm/data/phonetics/r.wav +0 -0
  91. not1mm-23.4.21/not1mm/data/phonetics/roger.wav +0 -0
  92. not1mm-23.4.21/not1mm/data/phonetics/s.wav +0 -0
  93. not1mm-23.4.21/not1mm/data/phonetics/t.wav +0 -0
  94. not1mm-23.4.21/not1mm/data/phonetics/thankyou.wav +0 -0
  95. not1mm-23.4.21/not1mm/data/phonetics/thankyouqrz.wav +0 -0
  96. not1mm-23.4.21/not1mm/data/phonetics/u.wav +0 -0
  97. not1mm-23.4.21/not1mm/data/phonetics/v.wav +0 -0
  98. not1mm-23.4.21/not1mm/data/phonetics/w.wav +0 -0
  99. not1mm-23.4.21/not1mm/data/phonetics/x.wav +0 -0
  100. not1mm-23.4.21/not1mm/data/phonetics/y.wav +0 -0
  101. not1mm-23.4.21/not1mm/data/phonetics/yourcall.wav +0 -0
  102. not1mm-23.4.21/not1mm/data/phonetics/z.wav +0 -0
  103. not1mm-23.4.21/not1mm/lib/version.py +0 -2
  104. not1mm-23.4.21/testing/text2.py +0 -17
  105. {not1mm-23.4.21 → not1mm-23.4.21.2}/LICENSE +0 -0
  106. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/__init__.py +0 -0
  107. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/Combinear.qss +0 -0
  108. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/JetBrainsMono-Regular.ttf +0 -0
  109. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/MASTER.SCP +0 -0
  110. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/about.ui +0 -0
  111. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/alpha bravo charlie delta.txt +0 -0
  112. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/check.png +0 -0
  113. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/contests.sql +0 -0
  114. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/cty.json +0 -0
  115. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/cwmacros.txt +0 -0
  116. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/editcontact.ui +0 -0
  117. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/editmacro.ui +0 -0
  118. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/greendot.png +0 -0
  119. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/k6gte-not1mm.desktop +0 -0
  120. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/k6gte.not1mm-128.png +0 -0
  121. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/k6gte.not1mm-32.png +0 -0
  122. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/k6gte.not1mm-64.png +0 -0
  123. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/logwindow.ui +0 -0
  124. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/main.ui +0 -0
  125. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/new_contest.ui +0 -0
  126. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/opon.ui +0 -0
  127. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/phonetics/contest.wav +0 -0
  128. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/phonetics/space.wav +0 -0
  129. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/pickcontest.ui +0 -0
  130. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/reddot.png +0 -0
  131. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/settings.ui +0 -0
  132. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/data/ssbmacros.txt +0 -0
  133. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/__init__.py +0 -0
  134. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/about.py +0 -0
  135. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/cwinterface.py +0 -0
  136. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/database.py +0 -0
  137. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/edit_contact.py +0 -0
  138. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/edit_macro.py +0 -0
  139. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/edit_opon.py +0 -0
  140. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/edit_station.py +0 -0
  141. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/ham_utility.py +0 -0
  142. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/lookup.py +0 -0
  143. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/multicast.py +0 -0
  144. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/n1mm.py +0 -0
  145. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/new_contest.py +0 -0
  146. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/lib/select_contest.py +0 -0
  147. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/logwindow.py +0 -0
  148. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/__init__.py +0 -0
  149. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_dx_cw.py +0 -0
  150. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_dx_ssb.py +0 -0
  151. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_field_day.py +0 -0
  152. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_rtty_ru.py +0 -0
  153. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_ss_cw.py +0 -0
  154. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/arrl_ss_phone.py +0 -0
  155. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/cq_wpx_cw.py +0 -0
  156. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/cq_wpx_ssb.py +0 -0
  157. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/cq_ww_cw.py +0 -0
  158. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/cq_ww_ssb.py +0 -0
  159. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/general_logging.py +0 -0
  160. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/jidx_cw.py +0 -0
  161. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/jidx_ph.py +0 -0
  162. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/plugins/winter_field_day.py +0 -0
  163. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/test.py +0 -0
  164. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm/testing/test.py +0 -0
  165. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/dependency_links.txt +0 -0
  166. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/entry_points.txt +0 -0
  167. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/requires.txt +0 -0
  168. {not1mm-23.4.21 → not1mm-23.4.21.2}/not1mm.egg-info/top_level.txt +0 -0
  169. {not1mm-23.4.21 → not1mm-23.4.21.2}/setup.cfg +0 -0
  170. {not1mm-23.4.21 → not1mm-23.4.21.2}/testing/test.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: not1mm
3
- Version: 23.4.21
3
+ Version: 23.4.21.2
4
4
  Summary: NOT1MM Logger
5
5
  Author-email: Michael Bridak <michael.bridak@gmail.com>
6
6
  Project-URL: Homepage, https://github.com/mbridak/not1mm
@@ -32,6 +32,10 @@ License-File: LICENSE
32
32
  - [What it probably never will be](#what-it-probably-never-will-be)
33
33
  - [List of should be working contests](#list-of-should-be-working-contests)
34
34
  - [Changes of note](#changes-of-note)
35
+ - [Installing from PyPi](#installing-from-pypi)
36
+ - [Python and pip](#python-and-pip)
37
+ - [Installing with pip](#installing-with-pip)
38
+ - [Updating with pip](#updating-with-pip)
35
39
  - [Running from source](#running-from-source)
36
40
  - [Various data file locations](#various-data-file-locations)
37
41
  - [Data](#data)
@@ -103,7 +107,7 @@ Feature complete. I'm only one guy, and I'm not what you'd consider to be a cont
103
107
 
104
108
  ## Changes of note
105
109
 
106
- - [23-4-21] Seems phrases were mp3, resaved as wav.
110
+ - [23-4-21] Seems phrases were mp3, resaved as wav. Add PTT to flrig CAT. Added Select sound device. Reworked Configuration Settings dialog. Rerecorded phonetics.
107
111
  - [23-4-20] Added ARRL DX CW and SSB. Hid the 'Radio dots', cause they currently do nothing. Hid the CW speed combo box if it's not a CW contest. Added edit existing contest dialog.
108
112
  - [23-4-18] Added voice keying. Fixed a bunch of crashes. Added PTT to rigctld.
109
113
  - [23-4-15] Corrected tabstops on new contest screen. Changed project state to BETA.
@@ -154,6 +158,20 @@ Feature complete. I'm only one guy, and I'm not what you'd consider to be a cont
154
158
 
155
159
  </details>
156
160
 
161
+ ## Installing from PyPi
162
+
163
+ ### Python and pip
164
+
165
+ This software is a Python package hosted on PyPi, and installable with the pip command. If this is your first exposure to pip you can get all the details from [The PyPA](https://packaging.python.org/en/latest/tutorials/installing-packages/). In short, most linux distros come with Python pre installed. And pip usually comes with Python as a standard module. If pip is not installed by default, you can usually load it through your package manager. For example `sudo apt install python3-pip` or `sudo dnf install python3-pip`.
166
+
167
+ ### Installing with pip
168
+
169
+ But just try `pip install not1mm` in your terminal. Once it's installed just type `not1mm` in the same terminal. On the first run, the program will install a launchable icon, which you can then click on to run like a normal program.
170
+
171
+ ### Updating with pip
172
+
173
+ I've been posting updates just about everyday. Sometimes multiple times a day. It's early days, so there is much to do. You can check for and install updates with `pip install -U not1mm`.
174
+
157
175
  ## Running from source
158
176
 
159
177
  Since this is packaged for PyPi, if you want to work on your own source branch, after cloning from github you would:
@@ -245,7 +263,7 @@ You can edit the parameters of a previously defined contest by selecting it as t
245
263
 
246
264
  To setup your CAT control, CW keyer, Callsign lookups, select `File` > `Configuration Settings`
247
265
 
248
- The tabs for cloudlog, groups and n1mm are disabled and are for future expansion.
266
+ The tabs for groups and n1mm are disabled and are for future expansion.
249
267
 
250
268
  ![Configuration Settings screen](https://github.com/mbridak/not1mm/raw/master/pic/configuration_settings.png)
251
269
 
@@ -265,7 +283,6 @@ Under the `CAT` TAB, you can choose either `rigctld` normally with an IP of `127
265
283
 
266
284
  Under the `CW` TAB, There are three options. `cwdaemon`, which normally uses IP `127.0.0.1` and port `6789`. `pywinkeyer` which normally uses IP `127.0.0.1` and port `8000`. Or `None`, if you want to Morse it like it's 1899.
267
285
 
268
-
269
286
  ## Hiding screen elements
270
287
 
271
288
  You can show or hide certain buttons/indicators by checking and unchecking their boxes under the view menu. You can then resize the screen to make it more compact.
@@ -276,7 +293,9 @@ The your choices will be remembered when you relaunch the program.
276
293
 
277
294
  ## Editing macro keys
278
295
 
279
- To edit the macros, choose `File` > `Edit Macros`. This will open your systems registered text editor with current macros loaded. When your done just save the file and close the editor. The file loaded to edit will be determined by your current operating mode.
296
+ To edit the macros, choose `File` > `Edit Macros`. This will open your systems registered text editor with current macros loaded. When your done just save the file and close the editor. The file loaded to edit, CW or SSB, will be determined by your current operating mode.
297
+
298
+ After editing and saving the macro file. You can force the logger to reload the macro file by toggeling between `Run` and `S&P` states.
280
299
 
281
300
  ### Macro substitutions
282
301
 
@@ -291,11 +310,9 @@ You can include a limited set of substitution instructions.
291
310
 
292
311
  The macros when used with voice, will also accept filenames of WAV files to play, excluding the file extension. The filename must be enclosed by brackets. For example `[CQ]` will play `cq.wav`, `[again]` will play `again.wav`. The wav files are stored in the operators personal data directory. The filenames must be in lowercase. See [Various data file locations](#various-data-file-locations) above for the location of your data files. For me, the macro `[cq]` will play `/home/mbridak/.local/share/not1mm/K6GTE/cq.wav`
293
312
 
294
- The current wav files in place are not the ones you will want to use. They sound like some little kid. You can use something like Audacity to record new wav files in your own voice.
295
-
296
- Aside from the `[filename]` wav files, there are also NATO phonetic wav files for each letter and number. So if your macro key holds `{HISCALL} {SNT} {SENTNR}` and you have entered K5TUX in callsign field during CQ WW SSB while in CQ Zone 3. You'll here Kilo 5 Tango Uniform X-ray, 5 9 9, 3. Hopefully not in a little kids voice.
313
+ **The current wav files in place are not the ones you will want to use. They sound like an idiot.** You can use something like Audacity to record new wav files in your own voice.
297
314
 
298
- Right now, the sound is played out of the default sound device. This is NOT what we want. I still have to code up the dialog to choose the correct sound device to use.
315
+ Aside from the `[filename]` wav files, there are also NATO phonetic wav files for each letter and number. So if your macro key holds `{HISCALL} {SNT} {SENTNR}` and you have entered K5TUX in callsign field during CQ WW SSB while in CQ Zone 3. You'll here Kilo 5 Tango Uniform X-ray, 5 9 9, 3. Hopefully not in an idiots voice.
299
316
 
300
317
  ## cty.dat and QRZ lookups for distance and bearing
301
318
 
@@ -13,6 +13,10 @@
13
13
  - [What it probably never will be](#what-it-probably-never-will-be)
14
14
  - [List of should be working contests](#list-of-should-be-working-contests)
15
15
  - [Changes of note](#changes-of-note)
16
+ - [Installing from PyPi](#installing-from-pypi)
17
+ - [Python and pip](#python-and-pip)
18
+ - [Installing with pip](#installing-with-pip)
19
+ - [Updating with pip](#updating-with-pip)
16
20
  - [Running from source](#running-from-source)
17
21
  - [Various data file locations](#various-data-file-locations)
18
22
  - [Data](#data)
@@ -84,7 +88,7 @@ Feature complete. I'm only one guy, and I'm not what you'd consider to be a cont
84
88
 
85
89
  ## Changes of note
86
90
 
87
- - [23-4-21] Seems phrases were mp3, resaved as wav.
91
+ - [23-4-21] Seems phrases were mp3, resaved as wav. Add PTT to flrig CAT. Added Select sound device. Reworked Configuration Settings dialog. Rerecorded phonetics.
88
92
  - [23-4-20] Added ARRL DX CW and SSB. Hid the 'Radio dots', cause they currently do nothing. Hid the CW speed combo box if it's not a CW contest. Added edit existing contest dialog.
89
93
  - [23-4-18] Added voice keying. Fixed a bunch of crashes. Added PTT to rigctld.
90
94
  - [23-4-15] Corrected tabstops on new contest screen. Changed project state to BETA.
@@ -135,6 +139,20 @@ Feature complete. I'm only one guy, and I'm not what you'd consider to be a cont
135
139
 
136
140
  </details>
137
141
 
142
+ ## Installing from PyPi
143
+
144
+ ### Python and pip
145
+
146
+ This software is a Python package hosted on PyPi, and installable with the pip command. If this is your first exposure to pip you can get all the details from [The PyPA](https://packaging.python.org/en/latest/tutorials/installing-packages/). In short, most linux distros come with Python pre installed. And pip usually comes with Python as a standard module. If pip is not installed by default, you can usually load it through your package manager. For example `sudo apt install python3-pip` or `sudo dnf install python3-pip`.
147
+
148
+ ### Installing with pip
149
+
150
+ But just try `pip install not1mm` in your terminal. Once it's installed just type `not1mm` in the same terminal. On the first run, the program will install a launchable icon, which you can then click on to run like a normal program.
151
+
152
+ ### Updating with pip
153
+
154
+ I've been posting updates just about everyday. Sometimes multiple times a day. It's early days, so there is much to do. You can check for and install updates with `pip install -U not1mm`.
155
+
138
156
  ## Running from source
139
157
 
140
158
  Since this is packaged for PyPi, if you want to work on your own source branch, after cloning from github you would:
@@ -226,7 +244,7 @@ You can edit the parameters of a previously defined contest by selecting it as t
226
244
 
227
245
  To setup your CAT control, CW keyer, Callsign lookups, select `File` > `Configuration Settings`
228
246
 
229
- The tabs for cloudlog, groups and n1mm are disabled and are for future expansion.
247
+ The tabs for groups and n1mm are disabled and are for future expansion.
230
248
 
231
249
  ![Configuration Settings screen](https://github.com/mbridak/not1mm/raw/master/pic/configuration_settings.png)
232
250
 
@@ -246,7 +264,6 @@ Under the `CAT` TAB, you can choose either `rigctld` normally with an IP of `127
246
264
 
247
265
  Under the `CW` TAB, There are three options. `cwdaemon`, which normally uses IP `127.0.0.1` and port `6789`. `pywinkeyer` which normally uses IP `127.0.0.1` and port `8000`. Or `None`, if you want to Morse it like it's 1899.
248
266
 
249
-
250
267
  ## Hiding screen elements
251
268
 
252
269
  You can show or hide certain buttons/indicators by checking and unchecking their boxes under the view menu. You can then resize the screen to make it more compact.
@@ -257,7 +274,9 @@ The your choices will be remembered when you relaunch the program.
257
274
 
258
275
  ## Editing macro keys
259
276
 
260
- To edit the macros, choose `File` > `Edit Macros`. This will open your systems registered text editor with current macros loaded. When your done just save the file and close the editor. The file loaded to edit will be determined by your current operating mode.
277
+ To edit the macros, choose `File` > `Edit Macros`. This will open your systems registered text editor with current macros loaded. When your done just save the file and close the editor. The file loaded to edit, CW or SSB, will be determined by your current operating mode.
278
+
279
+ After editing and saving the macro file. You can force the logger to reload the macro file by toggeling between `Run` and `S&P` states.
261
280
 
262
281
  ### Macro substitutions
263
282
 
@@ -272,11 +291,9 @@ You can include a limited set of substitution instructions.
272
291
 
273
292
  The macros when used with voice, will also accept filenames of WAV files to play, excluding the file extension. The filename must be enclosed by brackets. For example `[CQ]` will play `cq.wav`, `[again]` will play `again.wav`. The wav files are stored in the operators personal data directory. The filenames must be in lowercase. See [Various data file locations](#various-data-file-locations) above for the location of your data files. For me, the macro `[cq]` will play `/home/mbridak/.local/share/not1mm/K6GTE/cq.wav`
274
293
 
275
- The current wav files in place are not the ones you will want to use. They sound like some little kid. You can use something like Audacity to record new wav files in your own voice.
276
-
277
- Aside from the `[filename]` wav files, there are also NATO phonetic wav files for each letter and number. So if your macro key holds `{HISCALL} {SNT} {SENTNR}` and you have entered K5TUX in callsign field during CQ WW SSB while in CQ Zone 3. You'll here Kilo 5 Tango Uniform X-ray, 5 9 9, 3. Hopefully not in a little kids voice.
294
+ **The current wav files in place are not the ones you will want to use. They sound like an idiot.** You can use something like Audacity to record new wav files in your own voice.
278
295
 
279
- Right now, the sound is played out of the default sound device. This is NOT what we want. I still have to code up the dialog to choose the correct sound device to use.
296
+ Aside from the `[filename]` wav files, there are also NATO phonetic wav files for each letter and number. So if your macro key holds `{HISCALL} {SNT} {SENTNR}` and you have entered K5TUX in callsign field during CQ WW SSB while in CQ Zone 3. You'll here Kilo 5 Tango Uniform X-ray, 5 9 9, 3. Hopefully not in an idiots voice.
280
297
 
281
298
  ## cty.dat and QRZ lookups for distance and bearing
282
299
 
@@ -362,6 +362,8 @@ class MainWindow(QtWidgets.QMainWindow):
362
362
  def edit_configuration_settings(self):
363
363
  """Configuration Settings was clicked"""
364
364
  self.configuration_dialog = Settings(WORKING_PATH, CONFIG_PATH, self.pref)
365
+ self.configuration_dialog.usehamdb_radioButton.hide()
366
+ # self.configuration_dialog.n1mm_tab.hide()
365
367
  self.configuration_dialog.show()
366
368
  self.configuration_dialog.accepted.connect(self.edit_configuration_return)
367
369