DEV Community

Discussion on: Dead Simple Python: Project Structure and Imports

Collapse
 
ammachado profile image
Adriano Machado

Nice article, Jason. The code shown in this article is available somewhere? I'd like to check some of the inner details.

Collapse
 
codemouse92 profile image
Jason C. McDonald

Here you are, although I'll warn you that it's being heavily restructured at the moment.

GitHub logo mousepawmedia / omission

A game with a deceptively difficult premise: find the missing letter.

Omission

A game where you find what letter has been removed from a passage.

Content Notes

The content for this game has been derived from "Bartlett's Familiar Quotations".

For brevity, the source of each quote has been omitted - both title and author.

Sections previously italicized have been replaced with CAPS for easier display.

Passages have been trimmed and rearranged to be no more than 4-5 lines.

Authors

  • Jason C. McDonald
  • Jarek G. Thomas
  • Anne McDonald (Content)
  • Jane McArthur (Content)
  • tshirtman (omission.spec)

Thanks to the following:

  • tshirtman (Freenode/#kivy): Pyinstaller help
  • pabs (OFTC/#packaging): Debian packaging help

Dependencies

  • Python3
  • Kivy >= 1.10
  • appdirs >= 1.4.3

Installing

To install from source, see BUILDING.md.

Contributions

We do NOT accept pull requests through GitHub If you would like to contribute code, please read our Contribution Guide.

All contributions are licensed to us under the MousePaw Media Terms of Development.

License

Omission is licensed…