Skip to content

Text-to-audio app implemented in Go and Python

Notifications You must be signed in to change notification settings

Tabintel/audio.go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Earnings Tracker

This project is a simple earnings tracker program in both Go and Python. It generates an earnings summary and includes text-to-speech functionality for an interactive experience.

Features
  • Displays daily earnings summary in the console.
  • Utilizes text-to-speech functionality for an interactive experience, and generates an audio .mp3 file.
Go Version

The Go version of the program uses the following external packages:

Python Version

The Python version of the program uses the following external library:

  • gtts: Google Text-to-Speech library for Python.

How to Run

Go program
  1. Ensure you have Go installed on your machine.

  2. Run the following commands in the terminal:

    go run main.go
  3. The program will generate a daily earnings summary and play the audio using the default system player.

Python program
  1. Ensure you have Python installed on your machine.

  2. Install the required library by running:

    pip install gtts
  3. Run the following command in the terminal:

    python earn.py
  4. The program will generate a daily earnings summary and play the audio using the default system player.

About

Text-to-audio app implemented in Go and Python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published