Skip to content

Commit a5842a5

Browse files
Switched back to Markdown for convenience
1 parent d75fd26 commit a5842a5

File tree

6 files changed

+662
-1143
lines changed

6 files changed

+662
-1143
lines changed

_includes/head-custom.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
<link rel="icon" href="favicon.ico">
2+
<link rel="canonical" href="https://thepython10110.github.io/index.html">
3+
<meta property="og:url" content="https://thepython10110.github.io/index.html">
4+
<meta property="og:site_name" content="ThePython10110.github.io">
5+
<meta property="og:title" content="ThePython10110.github.io">

index.html

Lines changed: 0 additions & 107 deletions
This file was deleted.

index.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
# ThePython10110
2+
I am a programmer/musician.
3+
4+
5+
6+
# Music
7+
Find my music (mostly video game transcriptions) on [MuseScore.com](https://musescore.com/thepython10110) and [GitHub]("https://github.com/thepython10110/musescore"). On GitHub, I have a script that automatically converts them into various file formats (including MP3, MIDI, PDF, and MusicXML). It will even automatically flip the MIDI files using [My version](https://github.com/thepython10110/midiflip) of [midiflip]("https://github.com/1j01/midiflip")
8+
9+
# [Software on my computer](software-on-my-computer)
10+
A list of software on my computer.
11+
12+
13+
<details><summary><h1 id="minetest-mods">Minetest mods</h1></summary>
14+
15+
### Better Randomizer
16+
[GitHub]("https://github.com/thepython10110/better_randomizer"), [ContentDB]("https://content.minetest.net/packages/ThePython/_better_randomizer/")
17+
18+
A Minetest mod that randomizes node drops, entity drops, and crafting recipes. Saves randomness, can be toggled on/off
19+
20+
### SpawnCraft
21+
[GitHub](https://github.com/thepython10110/spawncraft), [ContentDB](https://content.minetest.net/packages/ThePython/spawncraft/)
22+
23+
A mod for [MineClone](https://content.minetest.net/packages/Wuzzy/mineclone2) that adds crafting recipes for spawners and spawn eggs.
24+
25+
### ExchangeClone
26+
[GitHub](https://github.com/thepython10110/exchangeclone), [Wiki](https://github.com/thepython10110/exchangeclone/wiki), [ContentDB](https://content.minetest.net/packages/ThePython/exchangeclone/)
27+
28+
A fork of [Element Exchange](https://github.com/enchant97/minetest_element_exchange) (based on Equivalent Exchange/ProjectE) with bugfixes, better energy values, MineClone2/Mineclonia support, and tons of new features such as Dark Matter, Red Matter, and tools that can be made with them. About 95% of the code is mine at this point. Basically, it adds an energy value for most items (including items from "Why?"), and the ability to convert things into energy and energy into other things. For instance, 8 iron/steel ingots (256 energy) can be converted into 1 gold ingot (2048 energy), which can be converted into 2048 cobblestone (1 energy). It also adds a lot of other things.
29+
30+
### Portability
31+
[GitHub](https://github.com/thepython10110/portability), [ContentDB](https://content.minetest.net/packages/ThePython/portability/)
32+
33+
Adds a portable crafting table, portable ender chest (although it requires a minor change to MineClone's code), and portable enchanting table to MineClone.
34+
35+
### Why?
36+
[GitHub](https://github.com/thepython10110/why), [ContentDB](https://content.minetest.net/packages/ThePython/why/)
37+
38+
A modpack that adds a whole bunch of completely random things to MineClone/Minetest Game. Some are useful, others are solely for annoying people, and some are _completely_ useless. Not all features are available in Minetest Game.
39+
40+
### Too Many Aliases
41+
42+
[GitHub](https://github.com/thepython10110/too_many_aliases), [ContentDB](https://content.minetest.net/packages/ThePython/too_many_aliases/)
43+
44+
A MineClone2 mod that adds tons of aliases that make itemstrings match MineCraft as much as possible.
45+
46+
</details>
47+
48+
<details><summary><h1 id="random-programming-projects">Random programming projects</h1></summary>
49+
50+
<h3 id="countdown">Countdown</h3>
51+
[GitHub](https://github.com/thepython10110/countdown)
52+
53+
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.
54+
55+
### Midiflip
56+
[GitHub](https://github.com/thepython10110/midiflip), [Demo](midiflip)
57+
58+
A program to flip MIDI files (high notes become low notes, low notes become high notes). This is a fork of [1j01's original version](https://github.com/1j01/midiflip), and all it adds is the ability to remap pitches to the closest octave to their original range. I use it to automatically flip all of my [MuseScore scores](https://github.com/thepython10110/Musescore).
59+
60+
### Tengwar Transcriber
61+
[GitHub](https://github.com/thepython10110/tengwar-transcriber), [Demo](Tengwar-Transcriber)
62+
63+
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.
64+
65+
### GitHub Pages
66+
[GitHub](https://github.com/thepython10110/thepython10110.github.io)
67+
68+
The code for this site.
69+
</details>

0 commit comments

Comments
 (0)