I made this program using Python to output a Json file. The program first reads the words that already exist in an SQLite database table and searches for examples corresponding to that word according to the predefined language pair. To do this, I use an open-source API that can be found here. From the data returned by the API, I organize it into a Python dictionary that I then save in a Json file. This is just an intermediate step that is part of my project of building a smart dictionary app.
You are free to fork my code and modify it according to your needs.
Here are my repositories with the files I used to learn artificial intelligence (AI) and machine learning (ML) techniques in Python. The principal Python library I used is Scikit-learn. Of course, I also used other data processing and visualization libraries such as Pandas, NumPy, Matplotlib, and others.
You can have access to these files using the following repositories:
I am still in the initial phase of my journey of working with Python libraries that allow the creation of user interfaces. I share here the file in which I use the Pygame library to create an interface. The interface is still in its initial phase and I hope to improve it as I deepen my knowledge. The idea is to later be able to use this knowledge to build some simulators applicable to electrical and electronic engineering. I'm also curious to learn other Python packages that are also used for building user interfaces such as Tkinter, PyQt, and Kivy.
Here is the link to my GitHub repository regarding this subject.
PS: I am still learning, the files in this repository will be undergoing some improvement changes in the near future.