Skip to main content

To help improve learning a language

Project description

English Assistant Form

This project is related to the implementation of the English Assistant Application, which helps us to learn English as an assistant. And, Also this package has the ability to translate from English to Persian.

Instruction

  1. Install Python.

  2. Install English Assistant Form

Windows:

pip install EnglishAssistantForm

Linux:

pip3 install EnglishAssistantForm

Usage

In the Python file(.pyw):

from EnglishAssistantForm.EnglishAssistantForm import App

if __name__ == "__main__":
	app = App()
	app.mainloop()

In the Batch file(.bat):

@echo off

echo from EnglishAssistantForm.EnglishAssistantForm import App>> "%~dp0%EnglishAssistantApplication.pyw"

echo app = App()>> ""%~dp0%EnglishAssistantApplication.pyw"
echo app.mainloop()>> "%~dp0%EnglishAssistantApplication.pyw"

start pythonw "%~dp0%EnglishAssistantApplication.pyw"

timeout /T 3
del /f "%~dp0%EnglishAssistantApplication.pyw"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

englishassistantform-1.0.2.tar.gz (603.4 kB view hashes)

Uploaded Source

Built Distribution

englishassistantform-1.0.2-py3-none-any.whl (603.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page