Just a simple, and painful to use calculator for the game Factorio written in Python
Revision | de411c29bbb4bb7b6abaa940fb6586f98dcf311b (tree) |
---|---|
Zeit | 2017-08-09 04:24:31 |
Autor | Eric Hopper <hopper@omni...> |
Commiter | Eric Hopper |
Mention that the GitHub repo is just a mirror.
@@ -5,6 +5,9 @@ | ||
5 | 5 | expressed this way, it does all math with fractions from Python's |
6 | 6 | fractions module. |
7 | 7 | |
8 | +If you're seeing this on GitHub, I'm a Mercurial user, so this is a | |
9 | +mirror of the actual [repository on bitbucket][bitbucket_repo]. | |
10 | + | |
8 | 11 | It requires Python 3.6 to work, mostly because I really like `f''` |
9 | 12 | strings. I'm also not much of a fancy UI guy, so it just has a bunch of |
10 | 13 | functions that do the kinds of things I need. |
@@ -50,3 +53,4 @@ | ||
50 | 53 | to figure out just how much. |
51 | 54 | |
52 | 55 | [Factorio]: https://www.factorio.com/ |
56 | +[bitbucket_repo]: https://www.bitbucket.org/omnifarious/factorio_calc |