Categories
Local and Web Apps

Project Nanite

Role: Front End (Past Contributor)

Project Nanite is a free, open-source writing productivity tool that reads from a writer’s files in order to give them analytics on their wordcount and writing habits.

I was an active contributor to Nanite (Front End) between 2020-21, where I first developed the front end on Flask, then migrated to Eel.

Github: https://github.com/ericoulster/Project-Nanite

Categories
Scripts

Listings2CSV

This quick-and-dirty script uses BeautifulSoup 4 (Python needed) to pull data from a website search and save it to a CSV. It was initially created to save search results from a popular accommodation search service to help with house-hunting (to create a quick way to compare different properties), but with minor changes could be used to save a table from any search results.

Please remove the html boilerplate and convert to a .py file before using.