Skip to content

Commit 8196a22

Browse files
Did stuff
1 parent 78c32ca commit 8196a22

File tree

2 files changed

+508
-7
lines changed

2 files changed

+508
-7
lines changed

index.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
1+
# ThePython10110
12

2-
<h1>ThePython10110</h1>
3-
<p>Me experimenting with GitHub pages... and that's about it.</p>
3+
I am a programmer/musician.
44

5-
## Does Markdown work?
6-
If it does, use [this link](https://google.com) to go to Google.com, in case that's something you want to do.
5+
# Music
6+
Find my music (mostly video game transcriptions) on [MuseScore.com](https://musescore.com/thepython10110) and [GitHub](https://github.com/thepython10110/musescore).
77

8-
<details><summary>Thing</summary>
8+
# [Software on my computer](software-on-my-computer.html)
9+
A list of software on my computer.
910

10-
[Does this work?](https://yes.com)
11+
# Programming projects
1112

12-
</details>
13+
### Tengwar Transcriber
14+
[GitHub](https://github.com/thepython10110/tengwar-transcriber), [Demo](tengwar-transcriber)
15+
A program that converts English into Lord of the Rings Elvish Tengwar. I'm unlikely to finish it, especially since [Tecendil](https://tecendil.com) already exists.
16+
17+
### Countdown
18+
[GitHub](https://github.com/thepython10110/countdown)
19+
A Python/Tkinter program that counts down the time until user-specified events, with the ability to make custom themes. It requires Python 3 on a Windows computer (although using it on other OS's shouldn't take much modification), and several Python modules that *should* automatically be installed. It saves either to a JSON file or to a [Home Assistant](https://home-assistant.io) server via the REST API. It uses my Python script (`hass.py`) which has several functions that make the Home Assistant REST API relatively easy to use.
20+
21+
### Clonetron
22+
[GitHub](https://thepython10110/clonetron)
23+
Hopefully a [Minetest](https://minetest.net) mod that's a port of [Digtron](https://github.com/minetest-mods/digtron) for [MineClone](https://content.minetest.net/packages/Wuzzy/mineclone2) It doesn't work, and I know basically nothing about the Minetest/MineClone API (?), and I'm also very new to Lua, so I don't know how to fix it. Basically, all I did was change the crafting recipes, change the dependencies, and find/replace "digtron" with "clonetron." *PLEASE* look through it and open an issue telling me how to fix it...

0 commit comments

Comments
 (0)