Thiago Ozawa

Thiago Ozawa

|

About me

Full stack
Software Developer

Take a look at my github

Hi, I'm Thiago Ozawa,

I'm a brazilian Software Engineering student passionate about tasks automation, data and details. Some of my other interests include games, mangas, animes, behavioural biology and A.I.

It always fascinated me to see and try to understand how things work. How they move, develop, and interact with the world around them. It's always a sight to see the incredible things that can emerge from the smallest of details.

Projects

Capybara Notes - Project image

Capybara Notes

Capybara Notes is a application that helps fill MDS (Minimum Data Set) templates.

I created this app to assist with work in Service Desk because I felt that I needed a better way to fill work notes than just editing a text template.

After completing the app, some of my colleagues also showed interest and started using it for work. This provided me with valuable feedback and insight into how others perceived the app I envisioned.

  • Python
  • Tkinter
  • py2exe
No splash for Opera GX - Project image

No splash for Opera GX

This script intercepts Opera GX taskbar and Start Menu shortcuts on Windows and executes a script that deletes the splash screen exe from release folder before launching the app, completely preventing Opera GX splash screen animation.

A very small and simple project but it's a project that has helped me learn a lot about what scripting applications can really do.

  • VBScript
  • batch
  • Windows
Web Scraping - Project image

Web Scraping

Extracting, cleaning and exporting website data to Excel for easy data visualization and utilization.

Using beautiful soup it's easy to retrieve data from a website but it takes some time to check for inconsistencies on the site structure and clean up the data.

By extracting data from the site I was also able to automate the download of all site images to a local folder.

  • Python
  • Beautiful Soup
  • Pandas
  • Google Colab
PIT SENAI - Project image

PIT SENAI

The PIT is the final project for the IT course in SENAI.

For my final project, I made a simple stock management app that allows for the registration of new items or clients as well as different levels of user access to manage the app.

  • C#
  • Windows Forms
  • MySQL