Coder Social home page Coder Social logo

kokonut1128 / flash-card-app-py Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sagarkishore-pfm/flash-card-app-py

0.0 0.0 0.0 315 KB

A Flash Card App written entirely in Python and uses Kivy for GUI, Oxford's REST API for definitions, example sentences, etc. Includes features to add new words and create and customize your own stacks.

License: MIT License

Python 100.00%

flash-card-app-py's Introduction

Flash Card App

Written entirely in Python 3.6.x, this customizable GRE flashcard app uses the Kivy library for GUI, and Oxford's REST API to fetch definitions, example sentences, synonyms, and antonyms. Includes features to add new words and create and customize your own stacks.

Installation

  • Please ensure you are using python 3.6.x

Clone

Installing Requirements

  • Now install all the packages from the requirements.txt file
(your-venv)$ pip install -r requirements.txt

Usage

  • Once your virtual environment is activated and all the required packages are installed, run the file main.py in your terminal.
(your-venv)$ python3 ./main.py
  • You should see a few preinstalled databases and an option to create your own. A Database here refers to an instance of the class FCDataBase which has a unique name, and a list of Stacks and Words.

  • FCDataBase name, as mentioned before, must be unique, and cannot start with numbers or spaces and should not contain special characters (Only spaces and hyphens allowed, case-sensitive).

  • For your new FCDataBase, you can clone a Word database (recommended) from existing databases or start clean.

    Stack databases will not be copied over. Only the selected Word database gets cloned.

Exploring FCDatabase Screen

  • Each Database contains links to the Stacks List screen and Words List screen.

    • Stack List screen allows you to create/practice/edit/delete a Stack. Similarly, the Word List screen allows you to add/view/delete a Word.
  • Stack names, like FCDataBase names, must be unique, and cannot start with numbers or spaces and should not contain special characters (Only spaces and hyphens allowed, case-sensitive).

  • To practice, click on the chosen Stack and click on the Practice Selected Stack button. Here you can reset the Stack's progress if needed.

  • Example practice session...

Example practice Session

Other notable features

  • Saves progress on exit.
  • Caches audio clips, downloaded from the net, for each session. Deletes the cached audio files upon closing the app.
  • A search bar to search for Words in the Word List screen.
  • Add Word functionality checks for existing and invalid words.

Word List screen functionalities

  • Crude UI ๐Ÿ˜

Contribute

  • Report bugs and issues here on github.
  • There are a few features such as -- adding a timer, tracking and reporting on progress over time, that could be added.
  • Pull Requests are always welcome.

License and Author Info

  • Flash Card App is available under the MIT license. See LICENSE for more information.

References and Acknowledgments

flash-card-app-py's People

Contributors

sagarkishore-pfm avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.