An open API service indexing awesome lists of open source software.

https://github.com/my-python-projects/simple-form-tkinter

Simple User registration form using the Tkinter GUI.
https://github.com/my-python-projects/simple-form-tkinter

gui-python jprogram python3 simple-form-tkinter tkinter tkinter-gui

Last synced: 3 months ago
JSON representation

Simple User registration form using the Tkinter GUI.

Awesome Lists containing this project

README

        

# Simples Formulário de cadastro Tkinter

## 1. Informação geral:

Este programa simula um simples formulário de cadastro de pessoas, que após o preenchimento dos campos, os dados serão salvos em um arquivo com extensão txt.

Caso, o usuário tente cadastrar com um nome já anteriormente cadastrado no mesmo dia, os dados serão sobrescritos no arquivo txt. Até o momento não há validações dos dados por ser um programa para testar o meu conhecimento.

Além disso, a parte de codificação está em inglês pois estou aprendendo aos poucos a lingua inglesa, mas venho utilizando a ajuda do google tradutor para traduzir.

## 2. Sobre o programa:

Este software foi desenvolvido na versão 3.7.4 da linguagem de programação Python juntamente com a biblioteca GUI chamada Tkinter, codificado na IDE chamada PyCharm.

### 2.1 Como visualizar o funcionamento do programa?

Ter instalado em sua máquina alguma versão do Python3, caso já tenha, só clicar no arquivo chamado "Main.py".

# Portuguese to English translation:

## 1. General Information:

This program simulates a simple people registration form, which after completing the fields, the data will be saved in a file with txt extension.

If the user tries to register with a name that was previously registered the same day, the data will be overwritten in the txt file. So far there are no validations of the data as it is a program to test my knowledge.

Also, the coding part is in English because I'm slowly learning the English language, but I've been using google translate's help to translate.

## 2. About the program:

This software was developed in version 3.7.4 of the Python programming language along with the GUI library called Tkinter, encoded in the IDE called PyCharm.

### 2.1 How to view the operation of the program?

Having installed on your machine some version of Python3, if you already have it, just click on the file called "Main.py".