https://github.com/craftablescience/miscellaneous-old-projects
All the old programs that I could find backed up. Many have been lost to a faulty hard drive, but these remain.
https://github.com/craftablescience/miscellaneous-old-projects
Last synced: 10 months ago
JSON representation
All the old programs that I could find backed up. Many have been lost to a faulty hard drive, but these remain.
- Host: GitHub
- URL: https://github.com/craftablescience/miscellaneous-old-projects
- Owner: craftablescience
- License: mit
- Created: 2020-08-06T18:56:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-06T19:38:48.000Z (over 5 years ago)
- Last Synced: 2025-01-27T13:48:31.295Z (12 months ago)
- Language: Python
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Miscellaneous Old Projects
All the old programs that I could find backed up. Many have been lost to a faulty hard drive, but these remain.
---
## /
#### steve.py (February 2017)
This program is a voice assistant I made to see if I could. It worked well, except the library I used for speech-to-text was a bit unreliable. I was going to turn it into an .exe file with `py2exe` but decided to move on to other projects instead.
#### sensehat_weather_monitor.py (May 2017)
This program uses the SenseHAT for the Raspberry Pi. It takes measurements from the various sensors onboard, and uploads them to a Dropbox folder in the cloud. It was controllable via the joystick and 8x8 LED screen on the SenseHAT. I published a tutorial on how to recreate the weather monitor at [hackster.io](https://www.hackster.io/craftablescience/weather-monitor-13f9ce).
## /TI-84 Formula Solvers/
#### PYTHAGTH.8xp (February 2017)
A program that solves a Pythagorean Theorem problem for you.
#### QUADRTC2.8xp (February 2017)
A program that solves a Quadratic Formula problem for you. It is called "QUADRATIC 2" because I had made a program to do this before, but it was buggy and I wanted to add a feature where you could pick if the end result was before the square root operation, or after.