ti842py VS ImaginaryInfinity-Calculator

Compare ti842py vs ImaginaryInfinity-Calculator and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ti842py ImaginaryInfinity-Calculator
3 8
7 -
- -
4.2 -
about 1 year ago -
Python
GNU General Public License v3.0 only -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ti842py

Posts with mentions or reviews of ti842py. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-22.
  • app on pip
    2 projects | /r/learnpython | 22 Jul 2021
    People have already responded saying yes, but I thought that I'd put my opinion in as well. Yes, you absolutely can distribute an application through PyPI even if it's not meant to mainly be a module, if fact I do in this project. There are other options if you want to go a different route, but PyPI may be the easiest.
  • What have you developed with python so far?
    8 projects | /r/learnpython | 23 Jun 2021
    ti842py - Some of you might remember making programs on the TI calculators in school, and I had an interesting idea a few months back. I found an old project that could decompile the programs into plain text, so I forked it and reverse-engineered a bunch of newer commands that TI-BASIC (the programming language used on some of the TI calculators) has added. I then set out to make a program that could transpile those programs into Python, and it works pretty well. Some examples of features that it's currently implemented are the drawing stuff and goto (ew goto). If you've got any old programs from those calculators lying around, and it seems interesting, give it a try.
  • Been working on a TI-BASIC to Python transpiler
    2 projects | /r/Python | 20 May 2021
    TL;DR: I made a program to transpile programs made on the TI-84 into Python. link

ImaginaryInfinity-Calculator

Posts with mentions or reviews of ImaginaryInfinity-Calculator. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-26.
  • Best libraries for styling terminal output
    2 projects | /r/learnpython | 26 Jul 2021
    On the other hand, if you're not trying to make colored logging and you just want to make a colored terminal-based application like this, then that's fine since you won't be doing anything with the stdout and stderr. If its logging, try to stay aqay from color.
  • app on pip
    2 projects | /r/learnpython | 22 Jul 2021
    As an example of other routes, I have this application. Instead of distributing through PyPI, I distribute it on a large variety of different platforms. I do include manual installers, but it's also distributed in the AUR, in a PPA, in the snap store, as an AppImage, through an exe installer (for windows), and as an rpm. It can also be run without installation to be even more accessible.
  • What have you developed with python so far?
    8 projects | /r/learnpython | 23 Jun 2021
    ImaginaryInfinity Calculator - I've been taking a break from developing this lately, but think of it as a super over the top calculator. It has a built-in package manager for downloading user-created plugins and themes, because the whole point of it is to be expandable. Can be installed on Linux, macOS, and Windows, and also ran without installation. Kind of overkill but really fun to work on.
  • Looking for github repo's to contribute to (Intermediate Level)
    1 project | /r/learnpython | 2 Jun 2021
  • Sharing scripts
    1 project | /r/learnpython | 27 May 2021
    If you need to install multiple files to different locations and also install Python, you could make an installer with a tool like Inno Setup. Though this does take some learning to get the syntax of both Inno Setup Script as well as Pascalscript (used in the dynamic parts of the installer), it is a valid option. Here's another example of me using Inno Setup in my project.
  • Do you also use the python console and the python math libraries as a calculator?
    4 projects | /r/Python | 7 May 2021
    I mean, not the Python interpreter itself, but I use the calculator that I'm developing with my friend since it has things like plugin/theming support, and you can execute any arbitrary Python code in it as well.
  • What's the best way to distribute Python software to non-technical users?
    1 project | /r/learnpython | 2 May 2021
    If you're distributing to Windows users who could run a Powershell script, you could make the powershell script download the Python installer and launch it for them. Here's an example script that I use in one of my projects.
  • Contributing to FOSS projects
    4 projects | /r/learnpython | 29 Apr 2021
    https://gitlab.com/TurboWafflz/ImaginaryInfinity-Calculator/-/tree/development - You could technically count this as mine since I develop it with my friend, but I'm putting it here anyways since I'm not the repo owner

What are some alternatives?

When comparing ti842py and ImaginaryInfinity-Calculator you can also consider the following projects:

academiic-public - Mirror of academiic backend repository with secrets folder removed.

calc.plugin.zsh - zsh calculator - with support for basic math

plexDong - Takes the current Plex (Tautulli) play count from a given user and generates an ASCII dong 🍆 based on the amount.

legendary - Legendary - A free and open-source replacement for the Epic Games Launcher

basically-ti-basic - Python software that decompiles (and soon, compiles) TI-Basic .8Xp files.

PythonTwitchBotFramework - asynchronous twitchbot framework made in pure python

C8SALT - A CHIP-8 interpreter written in TI-BASIC.

finance_n

FetchCord - FetchCord grabs your OS info and displays it as Discord Rich Presence

pip-upgrade - Upgrade your pip packages with one line. A fast, reliable and easy tool for upgrading all of your packages while not breaking any dependencies

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.